R/plot.BH.R

Defines functions plot.BH

Documented in plot.BH

plot.BH <-
function(x, ...){
data <- x$data
Adjusted.pvalues<-x$Adjusted.pvalues
plot(sort(data),sort(Adjusted.pvalues),main="BH Adjusted p-values",ylim=c(0,1),xlim=c(0,1),xlab="Unadjusted p-values",type="p",ylab="Adjusted p-values",...)
abline(0,1,lty=2,lwd=1.5)
}

Try the sgof package in your browser

Any scripts or data that you put into this service are public.

sgof documentation built on Sept. 11, 2024, 7:52 p.m.