[R] Please help!! How do I set graphical parameters for ploting ctree()

2012-01-06 Thread Chris Conner
I'm trying to understand how to set graphical parameters for trees created with the party package.  For example take the following code:   library(party)     data(airquality)     airq - subset(airquality, !is.na(Ozone))     airct - ctree(Ozone ~ ., data = airq,    controls =

Re: [R] Please help!! How do I set graphical parameters for ploting ctree()

2012-01-06 Thread David Winsemius
On Jan 6, 2012, at 6:09 PM, Chris Conner wrote: I'm trying to understand how to set graphical parameters for trees created with the party package. For example take the following code: library(party) data(airquality) airq - subset(airquality, !is.na(Ozone)) airct - ctree(Ozone ~