p.qqplot {ENmix} | R Documentation |
P value Q-Q plot with optional confidence interval
p.qqplot(pvalues,outf="qq.jpg",draw.conf=TRUE, conf.col="lightgray",conf.alpha=.95,pch=20,col="black")
pvalues |
An numeric list of P values |
outf |
figure file name, default "qq.jpg" |
draw.conf |
Whether to draw confidence interval of expected P values under NULL hypothesis |
conf.col |
Color code of confidence interval |
conf.alpha |
Confidence interval range, 0.95 in default |
pch |
Point type code |
col |
Point color code |
P value Q-Q plot with optional confidence interval
Zongli Xu