My plot (with xyplot
, lattice
) looks like:
It looks pretty good, but how can I control the height of the grey panel-boxes?
I tried:
strip=strip.custom( par.strip.text=list(cex=2,lines=5,lineheight=2))
but this doesn't work.
My plot (with xyplot
, lattice
) looks like:
It looks pretty good, but how can I control the height of the grey panel-boxes?
I tried:
strip=strip.custom( par.strip.text=list(cex=2,lines=5,lineheight=2))
but this doesn't work.