See the subplot function in the TeachingDemos package.
Hope this helps,
From: [EMAIL PROTECTED] on behalf of lamack lamack
Sent: Mon 1/28/2008 8:51 AM
To: r-help@r-project.org
Subject: [R] sub-plot in a plot
From: [EMAIL PROTECTED]: [EMAIL PROTECTED
See 'fig' argument in ?par
example:
x <- rnorm(100)
plot(x)
par(fig=c(2/3,1,2/3,1), new=T)
hist(x, main="")
On 28/01/2008, lamack lamack <[EMAIL PROTECTED]> wrote:
>
>
>
>
> From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: sub-plot in a plotDate: Mon, 28
> Jan 2008 15:43:40 +
>
>
> Dear all, how
2 matches
Mail list logo