gplotMat: Plots network as adjacency matrix.

Description Usage Arguments

View source: R/mdm.R

Description

Plots network as adjacency matrix.

Usage

1
2
3
4
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.


multdyn documentation built on May 2, 2019, 3:43 p.m.