[R] "plot": Howto get parameters befor plotting anything?

baptiste auguie ba208 at exeter.ac.uk
Thu Oct 30 14:41:23 CET 2008


Hi,

I believe you could use plot.window(xlim,ylim,...), followed by par().  
In any case, the code of plot.default should inspire you (note that  
it's calling plot.new(), for instance).

Baptiste

On 30 Oct 2008, at 09:32, Johannes Graumann wrote:

> Hello,
>
> Is it possible to get all "par" content calculated for "plot"  
> without actually plotting anything? I'm missing an option  
> "plot=FALSE" ... "type="n"" will still open a device and draw the  
> axes ...
>
> Thanks, Joh
>
> ______________________________________________
> 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