powered by
This function plots the connections between nodes in a single subject as a heat map.
plotHeatmap(data, type, names, ...)
A vector of a single graph.
The type of graph being used (adjmatrix or adjmatrixlt).
A vector of names for labeling the nodes on the plot.
Arguments to be passed to the plot method.
A plot displaying the connections between the nodes as a heat map.
data(braingraphs) braingstar <- estGStar(braingraphs) plotHeatmap(braingstar, "adjMatrix")
Run the code above in your browser using DataLab