[R] graphing plots of plots

Greg Snow Greg.Snow at imail.org
Tue Aug 24 19:13:42 CEST 2010


In addition to the other suggestions you may also want to look at the subplot function in the TeachingDemos package (the version in Hmisc is a copy of a prior version of this one) as well as the my.symbols or panel.my.symbols functions in the same package.

-- 
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.snow at imail.org
801.408.8111


> -----Original Message-----
> From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-
> project.org] On Behalf Of Bernard Leemon
> Sent: Saturday, August 21, 2010 1:41 PM
> To: R-help at r-project.org
> Subject: [R] graphing plots of plots
> 
> I want to make a graph where each element plotted is itself a graph.  I
> can
> see how to use par(fig=) and viewport to do that, but they require (i
> think)
> me to do my own scaling as they are scaled to the graphics window.  any
> advice on which approach I should take (just bite the bullet and do my
> own
> scaling), or is there something else I should try, or any examples I
> should
> look at.  many thanks for any pointers.
> 
> bernie leemon (aka gary mcclelland)
> 
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help at r-project.org 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.



More information about the R-help mailing list