[R] Chart Size

Mark Myatt mark at myatt.demon.co.uk
Mon Apr 2 11:05:17 CEST 2001


Erin Hodgess <hodgess at uhddx01.dt.uh.edu> writes:
>Dear R People:
>
>How do I change the size of the chart, please?
>
>I tried changing the mar option in par, but that didn't 
>do it.
>
>I'd like to have a larger chart.
>
>Thanks in advance.
>
>R 1.1.1 on Windows  (I know....I'll update soon)
>

Open a graphics device using x11() or windows() or win.graph() and
specify height and width (in inches). E.g.:

        win.graph(width = 3, height = 5)

for a 3" X 5" window.

Try help(x11) for more info.

Mark


--
Mark Myatt


-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list