interpolate_colortable: Helper functon to generates a color table.

Description Usage Arguments Value Author(s) Examples

Description

Helper functon to generates a color table.

Usage

1

Arguments

howmany

Number of elements of the resulting vector.

...

A vecor of colors to be used for interpolation.

Value

Returns a vector representing the color table.

Author(s)

Viliam Simko

Examples

1
2
ct <- interpolate_colortable(10, "red", "green" ,"blue")
plot_color_table(ct)

biggis-project/soh documentation built on May 12, 2019, 8:30 p.m.