imageMat: Image of a matrix

View source: R/plotting.R

imageMatR Documentation

Image of a matrix

Description

Plots an image of a matrix.

Usage

imageMat(
  mat,
  title,
  col = grDevices::grey.colors(length(table(c(mat))), rev = TRUE)
)

Arguments

mat

matrix

title

optional title of the plot

col

colors

Value

nothing

Author(s)

Timothee Flutre


timflutre/rutilstimflutre documentation built on Feb. 12, 2025, 11:35 p.m.