plot.tree(tree)
plot.tree()所属R语言包:tree
Plot a Tree Object
绘制一个树对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot a tree object on the current graphical device
在当前的图形设备绘制一个树对象
用法----------Usage----------
## S3 method for class 'tree'
plot(x, y = NULL, type = c("proportional", "uniform"), ...)
参数----------Arguments----------
参数:x
an object of class "tree".
对象类"tree"。
参数:y
ignored. Used for positional matching of type.
忽略不计。用位置匹配type。
参数:type
character string. If this partially matches "uniform", the branches are of uniform length. Otherwise they are proportional to the decrease in impurity.
字符的字符串。如果这部分匹配"uniform",树枝是统一的长度。否则,它们是成比例的减少杂质。
参数:...
graphical parameters.
图形参数。
值----------Value----------
An (invisible) list with components x and y giving the coordinates of the tree nodes.
(不可见)的组件列表x和y树节点的坐标。
As a side effect, the value of type == "uniform" is stored in the variable .Tree.unif.? in the global environment, where ? is the device number.
作为一个副作用,type == "uniform"存储在变量.Tree.unif.?在全球环境中,在那里?是设备编号。
(作者)----------Author(s)----------
B. D. Ripley
参见----------See Also----------
tree
tree
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|