plot.EDOIF: plot.EDOIF function

Description Usage Arguments Examples

View source: R/plotGraphphics.R

Description

plot.EDOIF is a support function for printing all plots of EDOIF framework: dominant-distribution network plot, mean CI plot, and mean-difference CI plot.

Usage

1
2
## S3 method for class 'EDOIF'
plot(x, ..., NList, options, fontSize)

Arguments

x

is an object of EDOIF class that contains the results of ordering inference.

...

Signature for S3 generic function.

NList

is a list of based categories users want to have in mean-difference CI plot.

options

is an option of reporting EDOIF plot(s): 0 for reporting all plots, 1 for mean-difference CI plot, 2 for mean CI plot, and 3 for dominant-distribution network plot.

fontSize

is a font size of text for all plots.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
# Generate simulation data with 100 samples per categories

simData<-SimNonNormalDist(nInv=100)

# Performing ordering infernce from simData

resultObj<-EDOIF(simData$Values,simData$Group)

# Plot results in graphic mode

plot(resultObj)

EDOIF documentation built on March 28, 2021, 9:11 a.m.