plotTree.blcTree(RPMM)
plotTree.blcTree()所属R语言包:RPMM
Plot a Beta RPMM Tree Dendrogram
绘制的Beta RPMM树的树状图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Alternate plot function for objects of type blcTree: plots a dendrogram
替代绘图功能对象的类型blcTree:绘制树状图
用法----------Usage----------
plotTree.blcTree(env, start = "r", labelFunction = NULL,
buff = 4, cex = 0.9, square = TRUE, labelAllNodes = FALSE, labelDigits = 1, ...)
参数----------Arguments----------
参数:env
Tree object to print
打印树对象
参数:start
Note from which to start. Default=“r” for “root”.
注意开始的。默认值=“r”的“根”。
参数:labelFunction
Function for generating node labels. Useful for labeling each node with a value.
用于产生节点标签中的作用。用一个值,用于标识每个节点有用。
参数:buff
Buffer for placing tree in plot window.
缓冲区放置在绘图窗口的树。
参数:cex
Text size
文字大小
参数:square
Square dendrogram or “V” shaped
广场树状图或“V”形
参数:labelAllNodes
TRUE=All nodes will be labeled; FALSE=Terminal nodes only.
TRUE=所有节点将被标记,“FALSE=终端节点。
参数:labelDigits
Digits to include in labels, if labelFunction returns numeric values.
数字包括在标签中,如果labelFunction返回的数值。
参数:...
Other parameters to be passed to labelFunction.
其他参数被传递到labelFunction。
Details
详细信息----------Details----------
This plots a dendrogram based on RPMM tree, with labels constructed from summaries of tree object. See blcTree for example.
绘制聚类分析的基础上RPMM树,与摘要树对象的标签构造。见blcTree例如,。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|