gs.plot.matrix.pairs: Matrix Pairs Plot

Description Usage Arguments Value Author(s)

Description

A function that plots a matrix as a pairs plot.

Usage

1
2
3
gs.plot.matrix.pairs(X, k = NULL, pt.color = NULL, pt.shape = NULL,
  x.label = "", y.label = "", title = "", pt.label = "Point",
  font.size = NULL)

Arguments

X

input matrix as a 2-d data frame. Should be [n, d] dimensions for n points and [d] dimensions. The points (rows) rows of X points will be colored according to their rownames assignment.

k

the maximum number of dimensions you want to plot. Defaults to NULL, which plots all d dimensions.

pt.color

the color of the points. Defaults to NULL, which will not color the points (they will all be black).

pt.shape

the shape of the points. Defaults to NULL, which will not define a point shape (they will all be circles).

x.label

the x label for the pairs plot. Defaults to "".

y.label

the y label for the pairs plot. Defaults to "".

title

the title for the plot. Defaults to "".

font.size

the default font size for the plot text. Axis/legend text is font.size - 2. Defaults to NULL.

  • is.null(font.size) uses the default sizing for all fonts.

  • !is.null(font.size) uses font.size as the font sizing for the plots.

Value

the latent positions as a pairs plot.

Author(s)

Eric Bridgeford


neurodata/graphstats documentation built on May 14, 2019, 5:19 p.m.