No, the opposite.

plot.new() will allow me to plot again in the same location. I want to
skip the current location and plot on the next (bottom) split. I want my
plots on the bottom half of the page so the top half can have my notes.

--adrian

On Fri, 2004-02-13 at 12:21, Liaw, Andy wrote:
> Is plot.new() what you're looking for?
> 
> Andy
> 
> > From: Adrian Custer
> > 
> > Hello everyone,
> > 
> > In plotting several graphics, I'd like to be able to plot a blank plot
> > as in:
> > 
> > par(mfrow=c(2,1))
> > plot(BLANK)
> > hist(rgamma(100000,6463.7,scale=0.015471),xlim=c(0,120),main="
> > Emergence")
> > 
> > I realize screen allows me to do this, but I figure the functionality
> > must be there. Is there an equivalent to plot(BLANK)?
> > 
> > thanks,
> > adrian
> > 
> > PS. please reply direct as I'm not subscribed to the list.
> > 
> > ______________________________________________
> > [EMAIL PROTECTED] mailing list
> > https://www.stat.math.ethz.ch/mailman/listinfo/r-help
> > PLEASE do read the posting guide! 
> > http://www.R-project.org/posting-guide.html
> > 
> > 
> 
> 
> ------------------------------------------------------------------------------
> Notice:  This e-mail message, together with any attachments, contains information of 
> Merck & Co., Inc. (One Merck Drive, Whitehouse Station, New Jersey, USA 08889), 
> and/or its affiliates (which may be known outside the United States as Merck Frosst, 
> Merck Sharp & Dohme or MSD and in Japan, as Banyu) that may be confidential, 
> proprietary copyrighted and/or legally privileged. It is intended solely for the use 
> of the individual or entity named on this message.  If you are not the intended 
> recipient, and have received this message in error, please notify us immediately by 
> reply e-mail and then delete it from your system.
> ------------------------------------------------------------------------------

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to