[R] Lattice: combine the same strip?

baptiste auguie baptiste.auguie at googlemail.com
Sun Sep 20 10:37:06 CEST 2009


Hi,

Not exactly answering your question, but latticeExtra provides a
function useOuterStrips that you could use to have a single S11 strip
on the left instead.

HTH,

baptiste


2009/9/20 di jianing <jianingdi at gmail.com>:
> Hello R helpers,
>
> I am producing a figure with dual strips, i.e., x~y | S1 + S2, where S1 and
> S2 are two strips. For example, in figure 2.1 at
> http://lmdvr.r-forge.r-project.org/figures/figures.html.
>
> In this case, I would like to combine the the top strip, since all three
> pictures in the same row have the same level based on the first strip. In
> other words, instead of
>
> | -- S11 -- | -- S11 -- | -- S11 -- |
> | -- S21 -- | -- S22 -- | -- S23 -- |
>
> I would like my graph to look like
>
> | ----------------- S11 ---------------- |
> | -- S21 -- | -- S22 -- | -- S23 -- |
>
> In there a way I can do it?
>
> Thanks!
> JD
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> 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.
>




More information about the R-help mailing list