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@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.