Gustaf Rydevik
2008-Apr-08 13:59 UTC
[R] Change the position of panel strips in a lattice plot.
Hi all, In lattice plots, is there any option to position the panel strips with text below each subgraph, instead of above? i.e. in: Depth <- equal.count(quakes$depth, number=8, overlap=.1) xyplot(lat ~ long | Depth, data = quakes) ,is there any way to make "Depth" appear below the subgraphs, instead of above? I've been looking through the lattice documentation and the list archive but have not found such a thing. Many thanks in advance, Gustaf -- Gustaf Rydevik, M.Sci. tel: +46(0)703 051 451 address:Essingetorget 40,112 66 Stockholm, SE skype:gustaf_rydevik
Deepayan Sarkar
2008-Apr-08 16:03 UTC
[R] Change the position of panel strips in a lattice plot.
On 4/8/08, Gustaf Rydevik <gustaf.rydevik at gmail.com> wrote:> Hi all, > > > In lattice plots, is there any option to position the panel strips > with text below each subgraph, instead of above?No. -Deepayan> i.e. in: > Depth <- equal.count(quakes$depth, number=8, overlap=.1) > xyplot(lat ~ long | Depth, data = quakes) > ,is there any way to make "Depth" appear below the subgraphs, instead of above? > I've been looking through the lattice documentation and the list > archive but have not found such a thing. > > Many thanks in advance, > > Gustaf > > -- > Gustaf Rydevik, M.Sci. > tel: +46(0)703 051 451 > address:Essingetorget 40,112 66 Stockholm, SE > skype:gustaf_rydevik > > ______________________________________________ > R-help at 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. >
Reasonably Related Threads
- download.file not working
- New errors with difftime()-objects in 2.11.1 (was Re: Request: difftime method for cut())
- New errors with difftime()-objects in 2.11.1 (was Re: Request: difftime method for cut())
- two-sample test of multinomial proportion
- moving average on irregular time series