blue.red: blue.red

Description Usage Arguments Value Note Author(s) Examples

Description

This function generates a vector of shades from blue to red of a length selected by value of n.

Usage

1

Arguments

n

= the number of colors desired

Value

character vector

Note

As of 2016-06-14, this function generates an error: unused argument (gamma = gamma). It appears to be attempting to generate a hsv value by adding a gamma value at the end of a hex value. Removing , gamma=gamma generates the expected ramp.

Author(s)

unknown, <unknown>@dfo-mpo.gc.ca

Examples

1
2
blue.red(5)
[1] "#0000FF" "#FFFFFF" "#FFFFFF" "#FF0000"

Beothuk/bio.utilities documentation built on May 5, 2019, 1:39 p.m.