colour_matrix {paintmap}R Documentation

Convert numeric matrix to colour (character) matrix

Description

Given a numeric matrix, assign to each cell a colour (character) value based on linearly interpolating a given vector of colours.

Usage

colour_matrix(x, colours = heat.colors(10))

Arguments

x

Numeric or logical matrix.

colours

Character vector of colours.

Value

Character matrix.


[Package paintmap version 1.0 Index]