R/hist.GSAfisher.mult.R

Defines functions hist.GSAfisher.mult

Documented in hist.GSAfisher.mult

hist.GSAfisher.mult <-
function(x,...){
  hist(-log(x$pvalue))
  par(new = T)
  plot(density(-log(x$pvalue)), pch=16, axes=F, xlab=NA, ylab=NA, cex=1.2,col="red",main="")
}
Merguerrero/GSAFisherComb documentation built on May 7, 2019, 3:12 p.m.