[R] Initial size of graphics window

Remington, Richard rnews at kernstat.com
Sat Nov 15 01:38:34 CET 2003


Wolfgang Zocher wrote:
> Hi,
> 
> using par() a window is opened which is too large for my monitor. Is there any
> chance to change the size of this window? 
> 
> Thanks,
> Wolfgang
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
> 

par(din=c(?,?))

Alternatively, if you don't need to use par() and are using Microsoft 
Windows, see

?win.graph

Example, 4 x 4 inch window

win.graph(width = 4, height = 4)

-- 

Richard E. Remington III
Statistician
KERN Statistical Services, Inc.
PO Box 1046
Boise, ID 83701
Tel: 208.426.0113
KernStat.com




More information about the R-help mailing list