Learn R Programming

OpenRepGrid (version 0.1.15)

mapCoordinatesToColor: Determine color values according to a given range of values.

Description

From a given numeric vector z the range is determined and the values are linearly mapped onto the interval given by val.range. Then a color ramp using the colors given by color is created and the mapped values are transformed into hex color values.

Usage

mapCoordinatesToColor(z, colors = c("white", "black"), val.range = c(0.2, 0.8))

Value

numeric vector

Arguments

z

numeric vector.

colors

vector of length two giving color values c("white", "black").

val.range

numeric vector of lengths two (default c(.2, .8)).