Learn R Programming

pcadapt (version 1.0)

plot.outlier: Outlier visualization tool

Description

plot.outlier is a method designed for objects of class outlier. For the moment, the only option available is "fdr", which displays the observed false discovery rate as a function of the expected false discovery rate.

Usage

## S3 method for class 'outlier':
plot(x, ..., option = NULL)

Arguments

x
an object of class "outlier" generated with outlier containing the p-values of interest.
...
...
option
a character string specifying the figures to be displayed. If NULL (the default), all available plots are printed.

Examples

Run this code
## see ?outlier for examples

Run the code above in your browser using DataLab