R for Windows 2.14.0 Is there a function reporting the size of the current "windows" device after it has been resized manually?
par("fin") : The figure region dimensions, |(width,height)|, in
inches.
par("din") : the device dimensions, |(width,height)|, in inches.
On 2011-11-2 18:50, Erich Neuwirth wrote:> R for Windows 2.14.0
>
> Is there a function reporting the size of the current "windows"
device
> after it has been resized manually?
>
> ______________________________________________
> R-help@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.
>
[[alternative HTML version deleted]]
> -----Original Message----- > From: r-help-bounces at r-project.org > [mailto:r-help-bounces at r-project.org] On Behalf Of Dejian Zhao > Sent: 02 November 2011 12:01 > To: r-help at r-project.org > Subject: Re: [R] Size of windows graphics device > > par("fin") : The figure region dimensions, |(width,height)|, > in inches. > par("din") : the device dimensions, |(width,height)|, in inches.... except between windows() and plot.new(). But reports accurately after plot.new(), plot() and the like. S Ellison ******************************************************************* This email and any attachments are confidential. Any use...{{dropped:8}}