plotHeatmap: Plot Heat Map

Description Usage Arguments Value Author(s) Examples

View source: R/plotHeatmap.R

Description

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

Usage

1

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

1
2
3
4
	data(braingraphs)
	
	braingstar <- estGStar(braingraphs) 
	plotHeatmap(braingstar, "adjMatrix")

bingat documentation built on May 1, 2019, 9:11 p.m.