visualise: Visualise a matrix X

View source: R/auxiliary.R

visualiseR Documentation

Visualise a matrix X

Description

Visualise a matrix X

Usage

visualise(
  X,
  aspect.ratio = c("automatic", "actual"),
  axes = FALSE,
  frame.plot = FALSE
)

Arguments

X

a matrix

aspect.ratio

if automatic, it will be calculated automatically to fit screen, otherwise, the actual dimension of the matrix will be used.

axes

whether to display axes

frame.plot

whether to draw a frame

Value

a color plot of matrix value magnitude


wangtengyao/putils documentation built on Nov. 26, 2024, 2:01 a.m.