matrix_plotter: Different default methods to visualize matrices

Description Usage Arguments

View source: R/matrix_plotter.R

Description

Different default methods to visualize matrices

Usage

1
matrix_plotter(data, method, col = NULL, coef = TRUE, is.corr = TRUE)

Arguments

data

The matrix to be visualized.

method

Current options: 'corrplot', 'heatmap'.

col

(default = NULL) Colors for the values to be plotted.

coef

(default = TRUE) Whether to display the values of the matrix

is.corr

(default = TRUE) Whether the matrix is a correlation matrix


LukeMoraglia/moRa documentation built on July 31, 2020, 5:41 a.m.