Pplot: Function to plot cumulative p-values

Description Usage Arguments Value Author(s) Examples

View source: R/Pplot.R

Description

Given a vextor of p-values a cumulative p-value plot is produced

Usage

1
Pplot(x, col = "darkblue", maintitle="", nrpoints = 100, ...)

Arguments

x

vector with p-values

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

Author(s)

Wolfgang Huber

Examples

1
2
x = runif(1000,0,1)
Pplot(x,col="red",maintitle="uniform dist.", nrpoints=200)

coRNAi documentation built on Nov. 17, 2017, 11:14 a.m.