On Tue, Nov 9, 2010 at 2:06 AM, Marcus Drescher <dresc...@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

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to