Description Usage Arguments Examples
View source: R/plotGraphphics.R
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.
1 2 |
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. |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.