R hclust()

1 개요[ | ]

R hclust()
hc <- hclust(dist(USArrests), "ave")
hc
plot(hc)
plot(hc, hang = -1)

Rplot06.png

Rplot07.png

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}