LBEplot(LBE)
LBEplot()所属R语言包:LBE
Graphical display of LBE objects.
复吹转炉对象的图形显示。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Graphical display of LBE objects.
复吹转炉对象的图形显示。
用法----------Usage----------
LBEplot(LBEobj, rng = c(0, 0.1), plot.type = c("multiple", "main"), legend = TRUE)
参数----------Arguments----------
参数:LBEobj
LBE object.
复吹转炉的对象。
参数:rng
Range of q-values to consider.
Q-值的范围来考虑。
参数:plot.type
If plot.type == "main", The estimated q-values versus the p-values are plotted together with the histogram of the p-values. If plot.type == "multiple" (default value), several graphics are displayed.
如果plot.type ==“主”,与P-值估计Q值绘制连同p值的直方图。如果plot.type ==“多”(默认值),几个图形显示。
参数:legend
Logical value for displaying the legend on the plot (when plot.type == "main").
显示对图的传奇(时plot.type ==“主”)的逻辑值。
Details
详情----------Details----------
If plot.type == "multiple", the following graphics are displayed: 1. The histogram of the p-values. 2. The estimated q-values versus the p-values. 3. The number of significant tests versus each qvalue cutoff. 4. The number of expected false positives versus the number of significant tests.
如果plot.type ==“多”,下面的图形显示:1。 p值的直方图。 2。估计Q值与p值。 3。与每个qvalue截止重大试验的数量。 4。与预期若干重大考验误报的数量。
注意----------Note----------
The function LBEplot is analogous to the function qplot from the package qvalue.
的的功能LBEplot是类似功能qplot包qvalue。
作者(S)----------Author(s)----------
Cyril Dalmasso
参见----------See Also----------
LBE, LBEsummary, LBEwrite, LBEa
LBE,LBEsummary,LBEwrite,LBEa
举例----------Examples----------
## start[#开始]
data(hedenfalk.pval)
res=LBE(hedenfalk.pval,plot.type="none")
LBEplot(res)
LBEplot(res,plot.type="main")
LBEplot(res,plot.type="main",legend=FALSE)
## end[#结束]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|