[R] skip plot/blank plot on purpose (multi-plot question)

Greg Snow Greg.Snow at imail.org
Tue Jul 28 01:41:58 CEST 2009


Also look at the frame and plot.new functions.

-----Original Message-----
From: "Mark Knecht" <markknecht at gmail.com>
To: "Bert Gunter" <gunter.berton at gene.com>
Cc: "r-help" <r-help at r-project.org>
Sent: 7/27/09 1:56 PM
Subject: Re: [R] skip plot/blank plot on purpose (multi-plot question)


On Mon, Jul 27, 2009 at 12:21 PM, Bert Gunter<gunter.berton at gene.com> wrote:
> Well, all of this can be done quite nicely with lattice graphics: ?xyplot
> (See, e.g. the "skip" argument)
>
>
> 1) Is there some generic way to call plot and have it plot, but it
> plots nothing so I don't see anything at all in position 12? This
> could be a blank plot function I call when I notice the data set is
> empty.
>
> -- But if you do not wish to learn lattice, please at least read the docs on
> standard graphics: ?plot (the type argument) ?plot.default (the axes
> argument)


Thank you. It was the ?plot.default/axis argument that I was looking
for. I knew type="n".

Cheers,
Mark

>
> -- Bert Gunter
> Genentech, Inc.
>
> 2) Is there some generic way to specify the position number I want the
> next plot to use so that I'd not plot 12 but would specify 13?
>
> Thanks,
> Mark
>
> ______________________________________________
> 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.
>
>

______________________________________________
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.




More information about the R-help mailing list