search for: vcd2

Displaying 1 result from an estimated 1 matches for "vcd2".

Did you mean: vc2
2006 May 24
1
dendrogram plotting problem
Dear List RGui Version : 2.3.0 User : 1 month I am having the *dendrogram plotting problem * The code i tried: >library(cluster) DD<-DataSetS01022 # 575 x 2 matrix > VC<-hclust(dist(DD),"ave") *Warning message: NAs introduced by coercion* ( what does it mean? Is that the problem?) > plot(VC,hang=-2) Output: http://roughjade.blogspot.com Can anyone guide me? Thanks