Learn R Programming

outbreaker2 (version 1.1.4)

chains_pal: Color palettes used in outbreaker

Description

These functions are different color palettes (color-generating functions) used in outbreaker.

Usage

chains_pal(n)

cases_pal(n)

Arguments

n

a number of colors to be created

Author

Thibaut Jombart (thibautjombart@gmail.com)

Examples

Run this code
plot(1:8, col = chains_pal(8), cex = 10, pch = 20)

Run the code above in your browser using DataLab