condor.plot.heatmap: Plot weighted adjacency matrix with links grouped by...

Description Usage Arguments Value Examples

Description

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

Usage

1
2
condor.plot.heatmap(condor.object, main = "", xlab = "blues",
  ylab = "reds")

Arguments

condor.object

output of either condor.cluster or condor.modularity.max

main

plot title

xlab

x axis label

ylab

y axis label

Value

produces a plot output.

Examples

1
2
3
4
data(small1976)
condor.object <- create.condor.object(small1976)
condor.object <- condor.cluster(condor.object, project=FALSE)
condor.plot.heatmap(condor.object)

jplatig/condor documentation built on July 8, 2019, 4:27 p.m.