Message-ID: <433168D1.6080300@statistik.uni-dortmund.de>
Date: 2005-09-21T14:06:09Z
From: Uwe Ligges
Subject: size of subplots with par() / layout()
In-Reply-To: <3BF4868F-7FB3-451D-81A0-4A1DC3609EA8@soc.soton.ac.uk>
Robin Hankin wrote:
> Hi
>
> If I do this:
>
> par(mfrow=c(2,2))
Insert:
par(mar=rep(0,4))
Uwe Ligges
> persp(matrix(1:4,6,6),box=F,phi=33,theta=33)
> persp(matrix(1:4,6,6),box=F,phi=33,theta=33)
> persp(matrix(1:4,6,6),box=F,phi=33,theta=33)
> persp(matrix(1:4,6,6),box=F,phi=33,theta=33)
>
>
> (
> or indeed
>
> layout(matrix(1:4,2,2))
> persp . . . .
> )
>
>
> then the mesh plots look too small to me. How do I make them larger?
>
>
>
> --
> Robin Hankin
> Uncertainty Analyst
> National Oceanography Centre, Southampton
> European Way, Southampton SO14 3ZH, UK
> tel 023-8059-7743
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html