Description Usage Arguments Value Examples
This function will generate the network link 'heatmap' for a weighted network
1 2 | condor.plot.heatmap(condor.object, main = "", xlab = "blues",
ylab = "reds")
|
condor.object |
output of either |
main |
plot title |
xlab |
x axis label |
ylab |
y axis label |
produces a plot
output.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.