Hi all,

I would like to write the following latex code in a plot x=\sqrt[4]{x[0]} using

x0 <- rgamma(1000,2,1)
y0 <- rgamma(100,2,1)
x <- x0^0.25
y <- y0^0.25
 plot(x, y,xlab=expression(x=sqrt[4]{x[0]}),ylab=expression(y=sqrt[4]{y[0]}))

Many thanks,
Amor



      
        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to