[R] Strip height in latticeExtra:::useOuterStrips

Ismail SEZEN sezenismail at gmail.com
Tue Apr 18 05:46:37 CEST 2017


> On 18 Apr 2017, at 06:20, Duncan Mackay <dulcalma at bigpond.com> wrote:
> 
> Hi all
> 
> I use latticeExtra::useOuterStrips quite a bit.
> The problem of strip height using useOuterStrips came up some time ago but
> did not have the time then to work something out so made do with the
> default layout.heights of strip = 1

?useOuterStrips gives the following function body:

useOuterStrips(x,
               strip = strip.default,
               strip.left = strip.custom(horizontal = FALSE),
               strip.lines = 1,
               strip.left.lines = strip.lines)

and set strip.lines = 4. Is this what you want?


	[[alternative HTML version deleted]]



More information about the R-help mailing list