8:26 PM
> To: r-help@r-project.org
> Subject: Re: [R] Help saving multiple graphics
> Importance: Low
>
>
> Adrienne,
>
> Perfect, that's exactly what I wanted... I was making it more
> complicated
> than it needed to be, which I had a sneaking suspicion might
...@r-project.org [mailto:r-help-boun...@r-project.org]
On Behalf Of briandavispdx
Sent: Thursday, October 21, 2010 8:26 PM
To: r-help@r-project.org
Subject: Re: [R] Help saving multiple graphics
Importance: Low
Adrienne,
Perfect, that's exactly what I wanted... I was making it more
compli
Adrienne,
Perfect, that's exactly what I wanted... I was making it more complicated
than it needed to be, which I had a sneaking suspicion might be the case.
Thank you for the help!
--
View this message in context:
http://r.789695.n4.nabble.com/Help-saving-multiple-graphics-tp3006044p3006073.
You can get all the plots into one file of any name using the pdf command
pdf(filename,onefile=TRUE)
place this before your loop and say this after your loop
dev.off()
to stop writing pictures to that pdf file.
In this way you can capture lots of images, but be careful. They will be
really hi
I'm a new-ish user using a for loop to create many hundreds of plots. I'm
using the "par" function to create them in a 2x2 graphics window.
What I'd like to do is output this 4-up graphic to a file every four plots.
I really don't care what the filename is, but it would be useful to be able
5 matches
Mail list logo