Pplot(coRNAi)
Pplot()所属R语言包:coRNAi
Function to plot cumulative p-values
函数进行绘图累计P-值
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Given a vextor of p-values a cumulative p-value plot is produced
鉴于一个vextor带够值产生累积的P-值图
用法----------Usage----------
Pplot(x, col = "darkblue", maintitle="", nrpoints = 100, ...)
参数----------Arguments----------
参数:x
vector with p-values
p值的向量
参数:col
color to be used
要使用的颜色
参数:maintitle
character, main plot title
人物,主要图标题
参数:nrpoints
numeric, how many points should be plotted
数字,多少点应绘制
参数:...
additional arguments passed on to the plot
额外的参数传递到图
值----------Value----------
a plot
图
作者(S)----------Author(s)----------
Wolfgang Huber
举例----------Examples----------
x = runif(1000,0,1)
Pplot(x,col="red",maintitle="uniform dist.", nrpoints=200)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|