plotImage.blcTree(RPMM)
plotImage.blcTree()所属R语言包:RPMM
Plot a Beta RPMM Tree Profile
绘制一个测试版的RPMM树简介
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plots profiles of terminal nodes in color.
图终端节点的颜色配置文件。
用法----------Usage----------
plotImage.blcTree(env,
start = "r", method = "weight",
palette = colorRampPalette(c("yellow", "black", "blue"), space = "Lab")(128),
divcol = "red", xorder = NULL, dimensions = NULL, labelType = "LR")
参数----------Arguments----------
参数:env
RPMM object to plot.
图的RPMM对象。
参数:start
Node to plot (usually root)
节点图(通常是root)
参数:method
Method to determine width of columns that represent classes: “weight” (subject weight in class) or dQuotebinary (depth in tree).
宽列表示类:“重”(在课堂上的主体重量)或dQuotebinary(深树)方法来确定。
参数:palette
Color palette to use for image plot.
使用图像绘图调色板。
参数:divcol
Divider color
分隔线颜色
参数:xorder
Order of variables. Can be useful for constant ordering across multiple plots.
订购的变量。能不断跨越多块的顺序是有用的。
参数:dimensions
Subset of dimensions of source data to show. Defaults to all. Useful to show a subset of dimensions.
显示尺寸的源数据的子集。默认所有。显示尺寸的一个子集。
参数:labelType
Label name type: “LR” or “01”.
标签名称类型:“LR”或“01”。
Details
详细信息----------Details----------
See blcTree for example.
见blcTree例如,。
值----------Value----------
Returns a vector of indices similar to the order function, representing the orrdering of items used in the plot. This is useful for replicating the order in another plot, or for axis labeling.
返回矢量的order功能,代表orrdering项目中的图相似指数。这是非常有用的另一幅复制的顺序,或为坐标轴标签。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|