[R] Change the position of panel strips in a lattice plot.

2008-04-08 Thread Gustaf Rydevik
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

__
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.


Re: [R] Change the position of panel strips in a lattice plot.

2008-04-08 Thread Deepayan Sarkar
On 4/8/08, Gustaf Rydevik [EMAIL PROTECTED] 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@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.


__
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.