addGuideLines(WGCNA)
addGuideLines()所属R语言包:WGCNA
Add vertical “guide lines” to a dendrogram plot
将垂直的“引导线”,以一个树状图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Adds vertical “guide lines” to a dendrogram plot.
将垂直的“引导线”,以一个树状图。
用法----------Usage----------
addGuideLines(dendro,
all = FALSE,
count = 50,
positions = NULL,
col = "grey30",
lty = 3,
hang = 0)
参数----------Arguments----------
参数:dendro
The dendrogram (see hclust) to which the guide lines are to be added.
树状图(见hclust)来指导线是无以复加。
参数:all
Add a guide line to every object on the dendrogram? Useful if the number of objects is relatively low.
添加引导线的树状图上的每一个对象呢?的对象的数量是有用的,如果比较低。
参数:count
Number of guide lines to be plotted. The lines will be equidistantly spaced.
引导线的数量要绘制。线将被等距离隔开。
参数:positions
Horizontal positions of the added guide lines. If given, overrides count.
添加的引导线的水平位置。如果给定的,覆盖count。
参数:col
Color of the guide lines
的引导线的颜色
参数:lty
Line type of the guide lines. See par.
线类型的引导线。见par。
参数:hang
Fraction of the figure height that will separate top ends of guide lines and the merge heights of the corresponding objects.
所占的比例的数字的高度,将分开的导向线的上端和合并高度,相应的对象。
(作者)----------Author(s)----------
Peter Langfelder
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|