Skip to content
Prev 82366 / 398502 Next

A question on colors for plotog groupedData

I have a groupedData object named data.
When I use plot(data) I obtain a trellis plot for each group with a grey
bakground. How can I change the background to white? I tried with
par(bg="white") but got no change at all.

I would appreciate any suggestion.