Skip to contents

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)