plot_matrix: Image graph displaying a given data matrix.

Description Usage Arguments

Description

This function builds an image graph displaying a heat map of a given data matrix.

Usage

1
2
plot_matrix(y, standardize.rows = TRUE, reorder.rows = TRUE,
  reorder.cols = TRUE, high.contrast = TRUE)

Arguments

y

data matrix to be evaluated.

standardize.rows

logical argument (default = TRUE) indicating whether to standardize the rows of y to build the image.

reorder.rows

logical argument (default = TRUE) indicating whether to reorder the rows of y to highlight a pattern.

reorder.cols

logical argument (default = TRUE) indicating whether to reorder the columns of y to highlight a pattern.

high.contrast

logical argument (default = TRUE) indicating whether to apply a transformation to increase contrast in the image of y.


jdanielnd/slfm documentation built on June 5, 2019, 8:47 p.m.