[R] LaTeX in R graph

depire@inrets.fr depire at inrets.fr
Tue Feb 28 10:27:25 CET 2006


Hello,
I would like to know if it is possible to insert LaTeX typesetting in R output.
I want to obtain a graph with LaTeX label in order to incorporate it as
postscript or pdf,

x<-seq(0,1,length=100)
y<-x*x
plot(x,y,xlab="$X$",ylab="$X^2$")




More information about the R-help mailing list