plot.BH: Plot of a BH object

View source: R/plot.BH.R

plot.BHR Documentation

Plot of a BH object

Description

Plot of the Adjusted p-values given by the BH method.

Usage

## S3 method for class 'BH'
plot(x, ...)

Arguments

x

A BH object.

...

Other parameters to be passed through to plotting functions.

Author(s)

Irene Castro Conde and Jacobo de Uña Álvarez

References

Benjamini Y and Hochberg Y (1995). Controlling the False Discovery Rate: A Practical and Powerful Approach to Multiple Testing. Journal of the Royal Statistical Society Series B (Methodological) 57, 289–300.

See Also

BH,summary.BH,SGoF

Examples




res<-BH(Hedenfalk$x)
plot(res)  

sgof documentation built on Sept. 8, 2023, 5:34 p.m.