plot.fdr1d.result(OCplus)
plot.fdr1d.result()所属R语言包:OCplus
Plot univariate local false discovery output
图单变量本地虚假发现输出
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A plotting function for fdr1d.
一个fdr1d的绘图功能。
用法----------Usage----------
plot.fdr1d.result(x, add = FALSE, grid = FALSE, rug = TRUE,
xlab = "t-Statistic", ylab = "fdr", lcol = "black", ...)
参数----------Arguments----------
参数:x
output from fdr1d
从fdr1d输出
参数:add
logical value indicating whether to create a new plot or add to an existing one
逻辑值,该值指示是否要创建一个新的图或添加到一个现有的
参数:grid
logical value indicating whether to show the intervals used for calculating the fdr.
逻辑值,该值指示是否显示用于计算的FDR的时间间隔。
参数:rug
logical value indicating whether to add a 1D scatterplot showing the observed test statistics
逻辑值,该值指示是否添加一维散点图显示观测试验统计
参数:xlab, ylab
the usual axis labels
通常轴标签
参数:lcol
the color of the lines
线条的颜色
参数:...
extra options passed to plot.default.
额外的选项,通过plot.default。
作者(S)----------Author(s)----------
A Ploner
参见----------See Also----------
fdr1d
fdr1d
举例----------Examples----------
example(fdr1d)
plot(res1d, grid=TRUE, rug=FALSE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|