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

R语言 edd包 plotED()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-25 17:02:44 | 显示全部楼层 |阅读模式
plotED(edd)
plotED()所属R语言包:edd

                                        visualize an eddDist object  
                                         显示耳eddDist对象

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

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

plots an eddDist model; can superimpose density sketch from transformed data
图eddDist模型;从转换后的数据可以叠加密度素描


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


plotED(x, y, data=NULL, is.centered=FALSE, ...)



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

参数:x
eddDist object
eddDist对象


参数:y
not used
不使用


参数:data
optional vector of data to be superimposed in the form of a kernel density estimate
可选的数据向量形式的核密度估计叠加


参数:is.centered
is.centered: logical indicating that the data vector has zero median and unit mad
is.centered:逻辑表明,数据向量具有零位数和单位狂


参数:...
...: options passed to curve
:选项传递给曲线


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


Vince Carey <stvjc@channing.harvard.edu>



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


#[]
# show the first 8 supplied reference dists[显示前8提供参考dists目录]
if (interactive()){
omf <- par()$mfrow
oas <- par()$ask
on.exit(par(mfrow=omf,ask=oas))
par(mfrow=c(4,2))
par(ask=TRUE)
}
set.seed(1234)
for (i in 1:8) plotED(eddDistList[[i]])
# illustrate the superposition[说明叠加]
if (interactive()) par(mfrow=c(1,1))
x <- rnorm(30,3,4)
plotED(N01,data=x) # relocates/scales x[搬迁/鳞片x]
y <- 12*rbeta(30,2,8)+4
plotED(B28,data=y)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-2-10 23:49 , Processed in 0.020488 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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