[R] Lattice: How to implement "varwidth" analogous to "graphics::boxplot" in "bwplot"?

Deepayan Sarkar deepayan.sarkar at gmail.com
Mon Feb 15 09:43:03 CET 2010


On Mon, Feb 15, 2010 at 1:56 PM, Johannes Graumann
<johannes_graumann at web.de> wrote:
> Johannes Graumann wrote:
>
>> Has anybody solved this?
>
> For the benefit of others: after studying
>        > ?panel.bwplot
> I have to admit that
>        > bwplot(..., varwidth = TRUE)
> solves the issue. It's just not documented at
>        > ?bwplot

Which does however say (albeit only after you have already gone past a
gazillion lines)

Note:

     [...]

     Any arguments passed to these functions and not recognized by them
     will be passed to the panel function. Most predefined panel
     functions have arguments that customize its output. These
     arguments are described only in the help pages for these panel
     functions, but can usually be supplied as arguments to the high
     level plot.

and of course also lists 'panel.bwplot' in the "See Also" section.

-Deepayan



More information about the R-help mailing list