Learn R Programming

multdyn (version 1.6)

gplotMat: Plots network as adjacency matrix.

Description

Plots network as adjacency matrix.

Usage

gplotMat(adj, title = NULL, colMapLabel = NULL, hasColMap = NULL,
  lim = c(0, 1), gradient = c("white", "orange", "red"),
  nodeLabels = waiver(), axisTextSize = 12, xAngle = 0,
  titleTextSize = 12)

Arguments

adj

2D adjacency matrix.

title

title.

colMapLabel

label for colormap.

hasColMap

FALSE turns off color map, default is NULL (on).

lim

vector with min and max value for color scaling.

gradient

gradient colors.

nodeLabels

node labels.

axisTextSize

text size of the y and x tick labels.

xAngle

orientation of the x tick labels.

titleTextSize

text size of the title.