print.agnes(cluster)
print.agnes()所属R语言包:cluster
Print Method for AGNES Objects
打印雅丽斯对象的方法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Prints the call, agglomerative coefficient, ordering of objects and distances between merging clusters ("Height") of an agnes object.
打印的号召,凝聚系数,对象和距离之间的合并集群agnes对象的(高)订购。
This is a method for the generic print() function for objects inheriting from class agnes, see agnes.object.
这是一个通用的print()函数对象类继承agnes,看到agnes.object方法。
用法----------Usage----------
## S3 method for class 'agnes'
print(x, ...)
参数----------Arguments----------
参数:x
an agnes object.
的艾格尼丝对象。
参数:...
potential further arguments (required by generic).
潜在的进一步论据(通用要求)。
参见----------See Also----------
summary.agnes producing more output; agnes, agnes.object, print, print.default.
summary.agnes生产更多的产出; agnes,agnes.object,print,print.default。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|