pp_plot: Construct a Probability-Probability Plot from a Set of...

Description Usage Arguments Examples

View source: R/pp_plot.R

Description

This function constructs a probability-probability plot as based on a vector of p-values.

Usage

1

Arguments

x

A vector of p-values; numbers within the range 0 to 1.

...

Optional arguments passed to xyplot. Note that a custom panel function is used for generating the plot and hence you shouldn't try to generate your own panel function.

Examples

1
pp_plot( runif(100), main="PP-Plot of 100 random uniforms" )

Kmisc documentation built on May 29, 2017, 1:43 p.m.

Related to pp_plot in Kmisc...