artous, David
> Sent: Monday, November 10, 2008 8:51 AM
> To: r-help@r-project.org
> Subject: [R] Combing xyplot and curve() plot via print
>
> All,
>
> I'm trying to put an xyplot and a plot produced via curve() on the same
> page. It seems that mfrow and layout don
elp@r-project.org
> Subject: [R] Combing xyplot and curve() plot via print
>
> All,
>
> I'm trying to put an xyplot and a plot produced via curve() on the same
> page. It seems that mfrow and layout don't work, and now I'm trying
> print
> but that does n
All,
I'm trying to put an xyplot and a plot produced via curve() on the same
page. It seems that mfrow and layout don't work, and now I'm trying print
but that does not work either. Any suggestions much appreciated.
Cheers,
David
p.11 = xyplot(1:10 ~ 1:10)
curve(sin, 0,3, ylim=c(-3,3), ylab="
3 matches
Mail list logo