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

R语言 MLP包 plot.MLP()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-26 01:05:47 | 显示全部楼层 |阅读模式
plot.MLP(MLP)
plot.MLP()所属R语言包:MLP

                                        Plot the Results of an MLP Run...
                                         画出一个MLP运行的结果...

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

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

Plot the Results of an MLP Run
画出一个MLP运行的结果


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


plot(x, y, type=c("barplot", "GOgraph", "quantileCurves"), ...)



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

参数:x
object of class 'MLP'
对象类的总纲发展蓝图“


参数:y
argument added to comply with generic; not used, defaults to NULL
参数添加到遵守通用;未使用,默认为NULL


参数:type
character of length one; one of 'barplot', 'GOgraph' or 'quantileCurves'
字符长度为一;一个“barplot,GOgraph或quantileCurves”


参数:...
further arguments for the plot functions for each type
进一步为每种类型的图功能参数


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

for type = "barplot", the midpoints of the barplot
类型=“barplot”,barplot的中点


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


load(pathExampleMLPResult)
dev.new(width = 10, height = 10)
op <- par(mar = c(30, 10, 6, 2))
plot(exampleMLPResult, type = "barplot")
par(op)
plot(exampleMLPResult, type = "quantileCurves")
if (require(GO.db) &amp;&amp; require(Rgraphviz)){
plot(exampleMLPResult, type = "GOgraph")

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-2-3 06:57 , Processed in 0.022838 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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