# NOT RUN {
cluster(bell2010)
cluster(bell2010, main="My cluster analysis") # new title
cluster(bell2010, type="t") # different drawing style
cluster(bell2010, dmethod="manhattan") # using manhattan metric
cluster(bell2010, cmethod="single") # do single linkage clustering
cluster(bell2010, cex=1, lab.cex=1) # change appearance
cluster(bell2010, lab.cex=.7, # advanced appearance changes
edgePar = list(lty=1:2, col=2:1))
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab