Skip to content
Prev 256238 / 398506 Next

xyplot, groups and colors

On Apr 8, 2011, at 8:06 AM, Philipp Pagel wrote:

            
You aren't saying what you want but I am guessing it is a color-less  
plot:

xyplot(circumference~age, dat, groups=Tree, type='l',
         par.settings=simpleTheme(col="grey"))

trellis.par.set can also  be used to specify this globally.