What techniques exists in R to visualize a “distance matrix”?

前端 未结 7 1298
你的背包
你的背包 2020-12-12 10:16

I wish to present a distance matrix in an article I am writing, and I am looking for good visualization for it.

So far I came across balloon plots (I used it here, b

7条回答
  •  粉色の甜心
    2020-12-12 10:43

    1. A dendrogram based on a hierarchical cluster analysis can be useful: http://www.statmethods.net/advstats/cluster.html

    2. A 2-D or 3-D multidimensional scaling analysis in R: http://www.statmethods.net/advstats/mds.html

    3. If you want to go into 3+ dimensions, you might want to explore ggobi / rggobi: http://www.ggobi.org/rggobi/

提交回复
热议问题