【发布时间】:2018-09-30 19:55:19
【问题描述】:
有没有办法从 factoextra 包的 fviz_cluster 函数中删除点(绘图程序包)。
如您所见,这些点有点乱,我想只保留集群中心和椭球体。
fviz_cluster(HCPC9CL, repel = FALSE, geom = "point", show.clust.cent = TRUE, ellipse.type = "norm", palette = trololo, ggtheme = theme_minimal(),
main = "Factor map")
【问题讨论】:
标签: r plot cluster-analysis