On 2/13/08, Deepayan Sarkar <[EMAIL PROTECTED]> wrote:
> On 2/13/08, Wolfgang Huber <[EMAIL PROTECTED]> wrote:
> > Hi Deepayan,
> >
> > levelplot from the lattice package produces a peculiar output when
> > called on a matrix whose column or row names contained duplicated
> > elements. In particular, the plot contains white stripes, and the
> > arrangement of data regions and axes labels seems messed up. I did not
> > see this documented (my apologies if this is an oversight) and guess
> > that it is unintended:
>
> Yes, the current design does not anticipate the possibility of
> duplicated row and column names. A fix may or may not be simple; I
> will look into it.

Actually, the fix should be easy. A workaround is

levelplot(m, ylim = colnames(m), xlim = rownames(m))

-Deepayan

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to