plot.EDOIF: plot.EDOIF function

View source: R/plotGraphphics.R

plot.EDOIFR Documentation

plot.EDOIF function

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

## 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

# 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 June 8, 2025, 9:39 p.m.