ck.colors {constrainedKriging}R Documentation

Colour Palette

Description

Create a vector of n contiguous colours based on hsv.

Usage

ck.colors(n)

Arguments

n

a positive integer scalar with the numbers of colours in the palette.

Value

A character vector with n hex colour codes.

Author(s)

Christoph Hofer, christoph.hofer@alumni.ethz.ch

Examples

ck.colors(3L)

[Package constrainedKriging version 0.2-7 Index]