plotHeatmap {bingat}R Documentation

Plot Heat Map

Description

This function plots the connections between nodes in a single subject as a heat map.

Usage

plotHeatmap(data, type, names, ...)

Arguments

data

A vector of a single graph.

type

The type of graph being used (adjmatrix or adjmatrixlt).

names

A vector of names for labeling the nodes on the plot.

...

Arguments to be passed to the plot method.

Value

A plot displaying the connections between the nodes as a heat map.

Author(s)

Berkley Shands, Elena Deych, William D. Shannon

Examples

	data(braingraphs)
	
	braingstar <- estGStar(braingraphs) 
	plotHeatmap(braingstar, "adjMatrix")

[Package bingat version 1.3 Index]