"R hclust()"의 두 판 사이의 차이

15번째 줄: 15번째 줄:
plot(hc, hang = -1)
plot(hc, hang = -1)
</source>
</source>
[[File:Rplot06.png|500px]]
[[File:Rplot06.png|600px]]


[[File:Rplot07.png|500px]]
[[File:Rplot07.png|600px]]


==같이 보기==
==같이 보기==

2019년 5월 11일 (토) 03:14 판

1 개요

R hclust()
hc <- hclust(dist(USArrests), "ave")
hc
## 
## Call:
## hclust(d = dist(USArrests), method = "ave")
## 
## Cluster method   : average 
## Distance         : euclidean 
## Number of objects: 50 
plot(hc)
plot(hc, hang = -1)

Rplot06.png

Rplot07.png

2 같이 보기

3 참고

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