plotmat: Plot a matrix.

Description Usage Arguments Author(s)

View source: R/utilities.R

Description

An alternative to image().

Usage

1
plotmat(mat, labels = c("Sender", "Receiver"),limits = c(0,max(mat[, 3])))

Arguments

mat

A dataframe with 3 columns: d1, d2, and value

labels

The labels to use for the x- and y-axis.

limits

2 element vector specifying the lower and upper limits of value that will be colored white and black respectively.

Author(s)

Christopher DuBois


mpmm documentation built on May 2, 2019, 4:55 p.m.