R/IntLimResults_extendedfunctions.R

methods::setMethod(
	f ="hist", 
	signature = "IntLimResults",
        definition = function(x, xlab='Unadjusted Interaction P-Values', main=NULL,...) {
              hist(x@interaction.pvalues, xlab=xlab, breaks=length(x@interaction.pvalues)/15, 
		main=main, ...)
          })

Try the IntLIM package in your browser

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

IntLIM documentation built on Aug. 22, 2022, 5:05 p.m.