powered by
dendro.gp(dend)
hclust
data(iris) distances <- dist(iris[,1:4],method="euclidian") dendro <- hclust(distances,method="ward") dendro.gp(dendro)
Run the code above in your browser using DataLab