plot.EDOIF {EDOIF} | R 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)
[Package EDOIF version 0.1.3 Index]