I'm not be able to change the name of y-axis in R-studio

Hi all,

This is my code, how I can change the name of y-axis.
x <- seq(-5,5,length=n)
plot(function(x)dskt(x,2,1),-5,5,lty =1, col="blue")

Thanks in advance

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.