Description Usage Arguments Value Examples
View source: R/plotGraphphics.R
plotGraph is a support function for plotting a dominant-distribution network from an adjacency matrix.
1 |
obj |
is an object of EDOIF class that contains the results of ordering inference. |
rankFlag |
is an option for including ranks of categories with in the plot: default is TRUE for including ranks. |
This function returns a list of an object of iGraph for a dominant-distribution network and its plot variable.
graphVar |
An object of iGraph for a dominant-distribution network |
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 a dominant-distribution network and return a list of an iGraph object
iGraphList<-plotGraph(obj=resultObj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.