[R] Concatenate xyplots

Deepayan Sarkar deepayan.sarkar at gmail.com
Wed Jan 30 08:54:37 CET 2008


On 1/29/08, jeitel at vandals.uidaho.edu <jeitel at vandals.uidaho.edu> wrote:
> Dear R-community,
>
> I created 5 different xyplots and graphed all of them with the print command on one page (e.g.
>
>  print(graph1, split=c(1,1,1,5), more = T)
>
> ... print(graph5, split=c(1,5,1,5), more =T)
>
> Using the above commands separates each graph by a white space. However, since
> the graphs do share the same x-axis, I was wondering if there is a way to concatenate
> graph1 through 5 so that the white space disappears?

It is very likely that there is, but we can't really say without
knowing all the little details that you know and we don't. So if you
want any real help, please give us a minimal reproducible example as
the footer of every r-help message asks:

> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.

-Deepayan



More information about the R-help mailing list