[R] Lattice: xyplot group title format

Deepayan Sarkar deepayan.sarkar at gmail.com
Tue Nov 9 19:04:26 CET 2010


On Tue, Nov 9, 2010 at 2:06 AM, Marcus Drescher <drescher at tum.de> wrote:
> Dear all,
>
> if I plot a lattice xyplot like:
>
> library(lattice); require(stats);
> Depth <- equal.count(quakes$depth, number=8, overlap=.1)
>
> xyplot(lat ~ long | Depth, data = quakes)
>
>
> How can I manipulate the group title format (here: Depth)? Like the font size, position, etc.

See ?strip.default

-Deepayan



More information about the R-help mailing list