Full_Name: Chris Hane
Version: 2.10.1
OS: Windows
Submission from: (NULL) (198.203.181.181)


When using barchart in the flexcust package, setting mcol=NULL to avoid the
lollipops causes an error.  Each panel shows the text message "Error using
packet n replacement has length zero." where n is the panel number.

> data(iris)
> cl <- cclust(iris[,-5], k=3)
> barplot(cl, mcol=NULL)  #works fine
> barchart(cl, mcol=NULL) # oops

FWIW, as the data of the clusters is scaled showing the colMeans for the centers
is misleading.  The global mean of each column is 0, not the colMean of the
centers.

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

Reply via email to