Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
デンドログラム オブジェクトの場合、内部ノードの子を取得するにはどうすればよいですか? 理想的には、ラベルを付けて子供を抽出したいと思います。
ありがとうございました
この機能identify()を使用すると、マウスを使用してツリーを切り取り、子を抽出できます。?identify.hclust から:
identify()
hca <- hclust(dist(USArrests)) plot(hca) (x <- identify(hca))
マウスの 2 番目のボタンをクリックして終了します。