On 1/29/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> 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

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to