plot.BY {sgof} | R Documentation |
Plot of the Adjusted p-values given by the BY method.
## S3 method for class 'BY'
plot(x, ...)
x |
A BY object. |
... |
Other parameters to be passed through to plotting functions. |
Irene Castro Conde and Jacobo de Uña Álvarez
Benjamini Y and Yekutieli D (2001). The control of the false discovery rate in multiple testing under dependency. Annals of Statistics 29, 1165–1188.
res<-BY(Hedenfalk$x)
plot(res)