[R] Size of windows graphics device

2011-11-02 Thread Erich Neuwirth
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.


Re: [R] Size of windows graphics device

2011-11-02 Thread Dejian Zhao
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]]

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


Re: [R] Size of windows graphics device

2011-11-02 Thread S Ellison
 

 -Original Message-
 From: r-help-boun...@r-project.org 
 [mailto:r-help-boun...@r-project.org] On Behalf Of Dejian Zhao
 Sent: 02 November 2011 12:01
 To: r-help@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}}

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