[R] R: graphics devices

Berton Gunter gunter.berton at gene.com
Fri Jul 29 20:13:59 CEST 2005


I put the options() call into my Rprofile.site code (there are other ways to
do this, too) so that it's automatic at startup. ?Startup documents other
ways you can do this. I've never run into problems having recording always
"on", but maybe there are some I'm unaware of.

-- Bert Gunter
Genentech Non-Clinical Statistics
South San Francisco, CA
 
"The business of the statistician is to catalyze the scientific learning
process."  - George E. P. Box
 
 

> -----Original Message-----
> From: r-help-bounces at stat.math.ethz.ch 
> [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Prof 
> Brian Ripley
> Sent: Friday, July 29, 2005 8:09 AM
> To: ronggui
> Cc: r-help at stat.math.ethz.ch
> Subject: Re: [R] R: graphics devices
> 
> This is for Windows only, and documented in
> 
> ?windows
> README.rw2011 (or whatever)
> 
> It's more usual to switch recording on when you need it, 
> either in the 
> windows() call or from a menu.
> 
> ?options only tells you about the standard options, not those used on 
> specific platforms or by packages (and it does say that, in 
> `Options used 
> in base R').
> 
> On Fri, 29 Jul 2005, ronggui wrote:
> 
> > That's interesting,how can I see the help document of 
> "graphics.record" 
> > option? I use ?options ,but can not find anything about it.
> >
> >
> >> Hi Allan,
> >>
> >> in case of many plots in the same window you can try this:
> >>
> >> options(graphics.record=TRUE)
> >> plot(x)
> >> plot(x,y)
> >>
> >> with PgUp and PgDn you check both in the same window.
> >>
> >> I hope this helps.
> >>
> >> Roula
> >>
> >> =================
> >> Spyridoula Tsonaka
> >> Doctoral Student
> >> Biostatistical Centre
> >> Catholic University of Leuven
> >> Kapucijnenvoer 35
> >> B-3000 Leuven
> >> Belgium
> >> Tel: +32/16/336899
> >> Fax: +32/16/337015
> >>
> >>
> >> ----- Original Message -----
> >> From: "Clark Allan" <Allan at STATS.uct.ac.za>
> >> To: <r-help at stat.math.ethz.ch>
> >> Sent: Friday, July 29, 2005 1:30 PM
> >> Subject: [R] R: graphics devices
> >>
> >>
> >>> a simple question
> >>>
> >>> how does one produce plots on two different graphics devices?
> >>>
> >>> /
> >>> allan
> >
> >
> >
> >
> > 2005-07-29
> >
> > ------
> > Deparment of Sociology
> > Fudan University
> >
> > Blog:http://sociology.yculblog.com
> >
> >
> 
> -- 
> Brian D. Ripley,                  ripley at stats.ox.ac.uk
> Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
> University of Oxford,             Tel:  +44 1865 272861 (self)
> 1 South Parks Road,                     +44 1865 272866 (PA)
> Oxford OX1 3TG, UK                Fax:  +44 1865 272595
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! 
> http://www.R-project.org/posting-guide.html
>




More information about the R-help mailing list