PIE.BHRej: PIE plot

Description Usage Arguments Examples

Description

PIE.BHRej produces a pie plot for objects of BHRej class. The first argument contains imformation of DE and the second EE. They should be produced with the same data set, but different test types.

Usage

1
2
## S3 method for class 'BHRej'
PIE(obj, objEE, graPar = NULL, piePar = list(), ...)

Arguments

obj, objEE

Objects of BHRej class.

graPar

A list of parameters adjusting global graphic.

piePar

A list of parameters adjusting the pie plot.

...

ignored

Examples

1
2
3
DE = BHRej(FDR = 0.1, runif(1000, 0, 0.1))
EE = BHRej(FDR = 0.1, runif(1000, 0, 0.1))
PIE(DE, EE, piePar = list(radius = 0.9, main = "What"))

ziyanyin/DEEE documentation built on May 4, 2019, 11:23 p.m.