View source: R/plotGraphphics.R
plot.EDOIF | R Documentation |
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.
## S3 method for class 'EDOIF'
plot(x, ..., NList, options, fontSize)
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. |
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.