plot_integer_matrix: Plot Matrix of Integer as Coloured Squares

View source: R/plot_integer_matrix.R

plot_integer_matrixR Documentation

Plot Matrix of Integer as Coloured Squares

Description

Plot Matrix of Integer as Coloured Squares

Usage

plot_integer_matrix(x, colours = NULL)

Arguments

x

matrix of integer

Examples

plot_integer_matrix(matrix(nrow = 5, byrow = TRUE, c(
  2, 2, 2, 2, 2,
  2, 0, 1, 0, 2,
  2, 1, 1, 1, 2,
  2, 0, 1, 0, 2,
  2, 2, 2, 2, 2
)))


hsonne/findblobs documentation built on April 5, 2022, 6:33 p.m.