condorPlotHeatmap: Plot weighted adjacency matrix with links grouped by...

View source: R/CONDOR.R

condorPlotHeatmapR Documentation

Plot weighted adjacency matrix with links grouped by community

Description

This function will generate the network link 'heatmap' for a weighted network

Usage

condorPlotHeatmap(condor.object, main = "", xlab = "blues", ylab = "reds")

Arguments

condor.object

output of either condorCluster or condorModularityMax

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)

netZoo/netZooR documentation built on June 8, 2024, 6:20 a.m.