Description Usage Arguments Value Examples
View source: R/graphOperation.R
getADJNetDen is a support function for calculating a network density of a dominant-distribution network.
1 | getADJNetDen(adjMat)
|
adjMat |
is an adjacency matrix of a dominant-distribution network. |
This function returns a value of network density of of a dominant-distribution network for a given adjMat.
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)
# Get a network density of an adjacency matrix
getADJNetDen(adjMat=resultObj$adjMat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.