[R] graphing plots of plots
r.ookie
r.ookie at live.com
Sat Aug 21 22:17:21 CEST 2010
I'm glad he asked that question, I found Barry's and your suggestion useful for myself. Thanks! (R surprises me every day).
On Aug 21, 2010, at 1:12 PM, RICHARD M. HEIBERGER wrote:
The question isn't completely clear. I am guessing you want something
like Figure 1.7 or Figure 7.18 in Paul Murrell's book.
library(party)
example(ctree)
Rich
On Sat, Aug 21, 2010 at 3:40 PM, Bernard Leemon <bernie.leemon at gmail.com>wrote:
> 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<http://www.r-project.org/posting-guide.html>
> and provide commented, minimal, self-contained, reproducible code.
>
[[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