[R] writing the plots

John Kane jrkrideau at yahoo.ca
Tue Jul 29 15:59:09 CEST 2008


?png
?write.table


--- On Mon, 7/28/08, Rajasekaramya <ramya.victory at gmail.com> wrote:

> From: Rajasekaramya <ramya.victory at gmail.com>
> Subject: [R]  writing the plots
> To: r-help at r-project.org
> Received: Monday, July 28, 2008, 10:54 AM
> hi there,
> 
> I want to write the plots in the pdfs and the details about
> the graph  in a
> seperate notepad.
> 
> plot(as.numeric(lapply(resultgenes,length)),
> main=
> "Geneset.gene#.bias.test",xlab="Top.Ranked.Genesets",
> ylab="gene.number.per.geneset")
> lines(loess.smooth(c(1:1000),as.numeric(lapply(resultgenes,length)),
>  span =
> 2/3, degree = 1,
>     family = "gaussian", evaluation = 50),col=2,
> lwd=3)
> 
> 
> i want this graph in the pdf and some notes regarding the
> graph in a
> notepad.
> 
> Kindly help me
> 
> Ramya
> 
> -- 
> View this message in context:
> http://www.nabble.com/writing-the-plots-tp18689539p18689539.html
> Sent from the R help mailing list archive at Nabble.com.
> 
> ______________________________________________
> R-help at 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.


      __________________________________________________________________
[[elided Yahoo spam]]



More information about the R-help mailing list