Re: [R] LaTeX in R graph

2006-02-28 Thread David Scott
On Tue, 28 Feb 2006, Dietrich Trenkler wrote: > [EMAIL PROTECTED] schrieb: > >> 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

Re: [R] LaTeX in R graph

2006-02-28 Thread Romain Francois
Le 28.02.2006 10:27, [EMAIL PROTECTED] a écrit : > 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$",yla

Re: [R] LaTeX in R graph

2006-02-28 Thread Dietrich Trenkler
[EMAIL PROTECTED] schrieb: >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$") > >_

[R] LaTeX in R graph

2006-02-28 Thread depire
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$") __ R-help@