condorPlotHeatmap | R Documentation |
This function will generate the network link 'heatmap' for a weighted network
condorPlotHeatmap(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.
data(small1976)
condor.object <- createCondorObject(small1976)
condor.object <- condorCluster(condor.object, project=FALSE)
condorPlotHeatmap(condor.object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.