找回密码
 注册
查看: 769|回复: 0

R语言 Rtreemix包 plot-methods()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-26 13:43:41 | 显示全部楼层 |阅读模式
plot-methods(Rtreemix)
plot-methods()所属R语言包:Rtreemix

                                        Method for visualizing mutagenetic trees mixture models
                                         致突变的树木混合模型的可视化方法

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

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

Function for visualizing the tree components comprising a mutagenetic trees mixture model.   The user can also specify the fontSize used for the text labels of the nodes and the edges of the plotted trees.  Additionally, one can use the parameter k to plot a certain tree component from the  mixture model.
树组件包括一个致突变的树木混合模型的可视化功能。用户还可以指定fontSize节点的文本标签和绘制树的边缘。此外,可以使用参数k绘制的混合模型有一定的树组件。


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


plot(x, y, ...)



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

参数:x
An RtreemixModel object giving the mixture model that should be visualized.
RtreemixModel使混合模型,应该是可视化的对象。


参数:y
Not specified.
未指定。


参数:...
fontSize is the size of the text labels of the nodes and the edges of the tree components. The default value is 8. k is a numeric giving the specific tree component from the given mixture model that should be plotted. Its value  can be from one to the number of tree components in the given model.  
fontSize是文本标签的节点和边的树组件的大小。默认值是8。 k是numeric给特定的树组件应绘制在给定的混合模型。其值可以是从一个在给定的模型树组件的数量。


Details

详情----------Details----------

The value of k (that gives the tree component to be plotted) can take "integer" values from one to the number of tree components.  
值k(给树组件中,要绘制)可以采取"integer"值从一个树组件的数量。


值----------Value----------

The method returns a plot of the mixture model model.
该方法返回一个混合模型的模型图。


作者(S)----------Author(s)----------


Jasmina Bogojeska



参考文献----------References----------



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

RtreemixData-class, RtreemixModel-class, generate-methods
RtreemixData-class,RtreemixModel-class,generate-methods


举例----------Examples----------


## Generate a random RtreemixModel object.[#生成随机RtreemixModel对象。]
rand.mod <- generate(K = 2, no.events = 7, noise.tree = TRUE, prob = c(0.2, 0.8))

## Visualize it.[#可视化。]
plot(rand.mod)

## Increase the font size of the text labels in the plot.[#增加在图的文字标签的字体大小。]
plot(rand.mod, fontSize = 10)

## Plot the second component of the mixture model rand.mod[#绘制混合物模型rand.mod的第二个组成部分]
plot(rand.mod, k = 2)


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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-24 17:52 , Processed in 0.018812 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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