On 12/6/07, Christopher Oezbek <[EMAIL PROTECTED]> wrote:
> But is there a technical reason for making this distinction? It seemed to
> me that most panel functions can deal with x and y parameters and that
> panel.densityplot could make use of the same mechanisms as panel.violin to
> subdivide ba
Hi Deepayan!
thank you! panel.violin with the following modification works as I want:
grid.polyline(x = dx.list[[i]], y = dy.list[[i]], ...
instead of
grid.polygon(x = c(dx.list[[i]], rev(dx.list[[i]])),
y = c(dy.list[[i]], -rev(dy.list[[i]])), ...
>> From examples I would
On 12/6/07, Christopher Oezbek <[EMAIL PROTECTED]> wrote:
> Hi Lattice-Experts/Hi Deepayan,
>I have been searching the archives for an answer to this, but am finally
> giving up:
>
> I am plotting stripplots above each other using
>
> stripplot(type ~ date, data = email)
>
> which looks exactel
Hi Lattice-Experts/Hi Deepayan,
I have been searching the archives for an answer to this, but am finally
giving up:
I am plotting stripplots above each other using
stripplot(type ~ date, data = email)
which looks exactely as I want (type is a factor with 8 levels). I
addition I would now
4 matches
Mail list logo