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.
?pdf and copy and write whatever notes you want i a note pad On Mon, Jul 28, 2008 at 10:54 AM, Rajasekaramya <ramya.victory@gmail.com>wrote:> > 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. >-- Let's not spend our time and resources thinking about things that are so little or so large that all they really do for us is puff us up and make us feel like gods. We are mammals, and have not exhausted the annoying little problems of being mammals. -K. Mullis [[alternative HTML version deleted]]
?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]]