View source: R/graphOperation.R
getiGraphNetDen | R Documentation |
getiGraphNetDen is a support function for calculating a network density of a dominant-distribution network.
getiGraphNetDen(g)
g |
is an object of iGraph class of a dominant-distribution network. |
This function returns a value of network density of of a dominant-distribution network for a given object g.
# Generate simulation data with 100 samples per categories
simData<-SimNonNormalDist(nInv=100)
# Performing ordering infernce from simData
resultObj<-EDOIF(simData$Values,simData$Group)
# Get a network density of an iGraph object
getiGraphNetDen(g=resultObj$gObj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.