找回密码
 注册
查看: 6467|回复: 1

R语言 mvpart包 text.rpart()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-23 17:40:54 | 显示全部楼层 |阅读模式
text.rpart(mvpart)
text.rpart()所属R语言包:mvpart

                                         Place Text on a Dendrogram
                                         将文本放置在树状图

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Labels the current plot of the tree dendrogram with text.
树的树状图与文字标签的图。


用法----------Usage----------


## S3 method for class 'rpart'
text(x, splits = TRUE, which = 4, label = "yval", FUN = text,
    all.leaves = FALSE, pretty = NULL, digits = getOption("digits") - 2,
    tadj = 0.65, stats = TRUE, use.n = FALSE, bars = TRUE,
    legend = FALSE, xadj = 1, yadj = 1, bord = FALSE, big.pts = FALSE, ...)



参数----------Arguments----------

参数:x
fitted model object of class rpart.  This is assumed to be the result of some function that produces an object with the same named components as that returned by the rpart function.  
拟合模型对象的类rpart。这被认为是一些函数,该函数产生的对象具有相同的命名组件rpart函数返回的结果。


参数:splits
logical flag.  If TRUE (default), then the splits in the tree are labeled with the criterion for the split.  
逻辑标志。如果TRUE(默认),然后分割树中的标记分割的标准。


参数:which
labels splits 1 = center, 2 = left, 3 = right , 4 = both.   
标签分割中心,1 = 2 =左,3 =右,4 =两个。


参数:label
a column name of x$frame;  values of this will label the nodes.  For the "class" method, label="yval" results in the factor levels being used, "yprob" results in the probability of the winning factor level being used, and 'specific yval level' results in the probability of that factor level.     
x$frame值的列名标记节点。 "class"方法,label="yval"结果的因素水平正在使用,"yprob"结果中的制胜因素水平正在使用的概率,和结果的概率的具体yval水平该因子水平。


参数:FUN
the name of a labeling function, e.g. text.   
的名称标签的功能,例如text。


参数:all.leaves
Logical.  If TRUE, all nodes are labeled, otherwise just terminal nodes.  
逻辑。如果TRUE,所有节点都贴上标签,否则只是终端节点。


参数:tadj
Adjustment of text above (or below) splits.  
调整上面的文字(或以下)的分裂。


参数:pretty
an integer denoting the extent to which factor levels in split labels will be abbreviated.  A value of (0) signifies no abbreviation.  A NULL, the default, signifies using elements of letters to represent the different factor levels.  
一个整数,表示在何种程度上分割标签因子水平的缩写。值(0),意味着缩写。 ANULL,默认情况下,表示使用元素的字母代表不同的因子水平。


参数:digits
number of significant digits to include in numerical labels.  
数量巨大的数字包括在数字标签。


参数:stats
If TRUE adds statistics to nodes.  
TRUE如果统计数据的节点。


参数:use.n
If TRUE adds N to labels.  (\#events level1/ \#events level2/etc. for class, n for anova, and \#events/n for poisson and exp).  
如果TRUE增加n为标签。 class,nanova“和\#/ Npoisson和exp中(\#事件1级/ \#事件level2/etc。 )。


参数:bars
If TRUE adds barplots for multivariate regression trees.  
如果TRUE添加barplots多元回归树。


参数:legend
If TRUE adds legends for multivariate regression trees.  
如果TRUE增加了多元回归树的传说。


参数:xadj, yadj
varies the size of barplots for multivariate regression trees.  
barplots多元回归树的大小不同。


参数:bord
Adds borders (boxes) to barplots for multivariate regression trees.  
将barplots多元回归树的边界(盒)。


参数:big.pts
Adds color coded points to nodes. Useful to track groups to PCA plot (see rpart.pca).  
将颜色编码点的节点。跟踪组PCA图(见rpart.pca“)。


参数:...
Graphical parameters may also be supplied as arguments to this function (see par).  </table>
图形参数也可以提供给这个函数的参数(见par“)。 </ TABLE>


副作用----------Side Effects----------

the current plot of a tree dendrogram is labeled.
树聚类分析在当前图上的标记。


参见----------See Also----------

text, plot.rpart, rpart, post.rpart, abbreviate
text,plot.rpart,rpart,post.rpart,abbreviate


实例----------Examples----------


data(car.test.frame)
z.auto <- rpart(Mileage ~ Weight, car.test.frame)
plot(z.auto)
text(z.auto, use.n=TRUE, all=TRUE)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

发表于 2013-1-3 21:21:02 | 显示全部楼层
灰常好的介绍啊
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-23 22:22 , Processed in 0.024554 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表