Re: Saving plots in 'R'
- From: Allen McIntosh <nospam@xxxxxxxxxxxxxxxx>
- Date: Thu, 25 May 2006 08:06:54 -0400
Kevin E. Thorpe wrote:
PatB wrote:If you have the postscript or pdf device available, you canI wonder could anybody help me out? I am writing an R script which will
produce multiple plots from a set of data files. The problem is that
the
only way I have found to save the plots is by manually clicking on each
one
and saving to a, say, '.ps' file. The script will potentially produce
hundreds of them, so it will be a lifes work to save them manually. Is
there
any command/function in R that I can embed in the script which will do
this
for me?
TIA, Pat.
save multiple plots to a file created by each of these devices.
The png() and jpeg() devices produce things that are a little easier to import into PowerPoint presentations. The compression in JPEG can blur sharp boundaries (e.g. of straight lines), so I usually go with PNG.
.
- References:
- Saving plots in 'R'
- From: PatB
- Re: Saving plots in 'R'
- From: Anon.
- Re: Saving plots in 'R'
- From: Kevin E. Thorpe
- Saving plots in 'R'
- Prev by Date: Re: McNemar Test for genetic data
- Next by Date: Re: logistic regression and oversampling
- Previous by thread: Re: Saving plots in 'R'
- Next by thread: Question on an optimal stopping problem
- Index(es):
Relevant Pages
|