【问题标题】:Description of the x axis in RR中x轴的描述
【发布时间】:2018-07-01 17:30:51
【问题描述】:

我在 R 中编写了一个函数来进行层次聚类。

Klasteryzacja_hierarchiczna = function(ExprSet,a,b,c,d) {
Klasteryzacja_h =exprs(ExprSet)'
clusters = hclust(dist(Klasteryzacja_h[a:b,c:d]))'
plot(clusters,xlab="Clusters")'
}

但它给了我这个:

你知道如何摆脱hclust(*,"complete")吗?

【问题讨论】:

    标签: r plot xlabs


    【解决方案1】:

    您需要设置sub参数。

    plot(clusters, xlab="Clusters", sub="")
    

    【讨论】:

      猜你喜欢
      • 2015-06-29
      • 1970-01-01
      • 2013-05-18
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多