draw.clust {maptree} | R Documentation |
Graph a hierarchical cluster tree of class "twins"
or "hclust"
using shaded square symbols at observations.
draw.clust (cluster, ps=par("ps"), size=10, col=NULL)
cluster |
object of class "hclust" or "twins" . |
ps |
pointsize of text, par parameter. |
size |
size in mm of shaded square symbol. |
col |
vector of colors from hsv , rgb
etc, or if NULL, then generated as equally spaced hues, or
if "gray", then generated as gray tones. |
Styled like plot.hclust.
The vector of colors supplied or generated.
Denis White, white.denis@epa.gov
library (mva) data (hex.spp) draw.clust (prune.clust (hclust (dist (hex.spp)), k=6))