rpart2gNEL(RbcBook1)
rpart2gNEL()所属R语言包:RbcBook1
rpart to graphNEL Converter
软件rpart到graphNEL转换
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Creates an object of class graphNEL from one of class rpart.
创建一个类的对象graphNEL类rpart。
用法----------Usage----------
rpart2gNEL(tr, remap=function(x) x, nsep="\n")
参数----------Arguments----------
参数:tr
instance of rpart class from rpart package.
实例rpartrpart包类。
参数:remap
function that maps node names in tree to node names in graph.
在树图中的节点名称节点名称映射的功能。
参数:nsep
token that separates node name and vote tally in the rendering.
令牌在渲染节点的名称和票数分开。
Details
详情----------Details----------
Not explicitly used in the book, but the basis for a certain graph illustrating application of rpart. The newer coin/party packages have more interesting rendering approaches based on graphviz.
在书中没有明确,但说明的软件rpart应用一定的图形的基础上。新的硬币/方包有更有趣的方式呈现的基础上的graphviz。
grabSplitV is a utility function for acquiring the variable names, remapAff will remap affymetrix probe names to gene symbols for use in the remap parameter.
grabSplitV是为获取变量名的实用功能,remapAff将重新映射Affymetrix的探针名称为在remap参数使用的基因符号。
值----------Value----------
a graphNEL-class instance with nodes constructed to convey information on the data tree fit
graphNEL-class实例构建数据树适合传达信息的节点
作者(S)----------Author(s)----------
Vince Carey <stvjc@channing.harvard.edu>
参见----------See Also----------
rpart, graphNEL-class
rpart,graphNEL-class
举例----------Examples----------
library(rpart)
example(rpart)
ff = rpart2gNEL(fit2)
ff
nodes(ff)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|