plot.BH {sgof} | R Documentation |
Plot of the Adjusted p-values given by the BH method.
## S3 method for class 'BH'
plot(x, ...)
x |
A BH object. |
... |
Other parameters to be passed through to plotting functions. |
Irene Castro Conde and Jacobo de Uña Álvarez
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.
res<-BH(Hedenfalk$x)
plot(res)