chains_pal {outbreaker2} | R Documentation |
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(s)
Thibaut Jombart (thibautjombart@gmail.com)
Examples
plot(1:8, col = chains_pal(8), cex = 10, pch = 20)
[Package outbreaker2 version 1.1.3 Index]