plot.GSAfisher.mult: A QQplot of the result for a GSAfisher.mult object.

Description Usage Arguments Examples

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

Description

Plots a QQplot of the result of GSAfisher against a chisq distribution with the same df of the input.

Usage

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

Arguments

x

GSAfisher.mult object

...

further arguments passed to or from other methods.

Examples

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

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