hist.GSAfisher.mult: Function to plot an histogram and density plot.

Description Usage Arguments Value Examples

View source: R/hist.GSAfisher.mult.R

Description

Plot the result of a GSAfisher, when the imput is more than 1 pvalue set.

Usage

1
2
## S3 method for class 'GSAfisher.mult'
hist(x, ...)

Arguments

x

A GSAfisher.mult object.

...

further arguments and graphical parameters passed to plot.histogram and thence to title and axis (if plot = TRUE).

Value

Display a plot.

Examples

1
2
3
4
data(pvales.matrix)
pval.GSAobj<- loadGSAfisher(pvales.matrix)
res<-GSAfisher(pval.GSAobj)
hist(res)

Merguerrero/GSAFisherComb documentation built on May 7, 2019, 3:12 p.m.