[R] writing the plots

Rajasekaramya ramya.victory at gmail.com
Mon Jul 28 16:54:46 CEST 2008


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.



More information about the R-help mailing list