R/plot.interact.R

Defines functions plot.interact

Documented in plot.interact

plot.interact <-
function(x, numInteractions = nrow(x$interaction.ordered), ...){
  plot(1:numInteractions, (x$interaction.ordered)$qval[1:numInteractions], ylab = "FDR estimate", xlab = "Number of Interactions called significant", type = 'b',...)
}

Try the Interact package in your browser

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

Interact documentation built on May 2, 2019, 8:20 a.m.