Skip to content
Prev 136371 / 398500 Next

Histogram in Lattice with 3 factors

On 2/11/08, willem vervoort <willemvervoort at gmail.com> wrote:
Look up the 'layout' argument in ?xyplot. By default, for 2 or more
conditioning variables, the levels of the first two define columns and
rows, and the rest are spread out over multiple pages. In your
example, you could try layout = c(6, 2) for starters.

-Deepayan