Plot weighted adjacency matrix with links grouped by community
Source:R/CONDOR.R
condorPlotHeatmap.Rd
This function will generate the network link 'heatmap' for a weighted network
Arguments
- condor.object
output of either
condorCluster
orcondorModularityMax
- main
plot title
- xlab
x axis label
- ylab
y axis label
Value
produces a plot
output.
Examples
data(small1976)
condor.object <- createCondorObject(small1976)
condor.object <- condorCluster(condor.object, project=FALSE)
condorPlotHeatmap(condor.object)