outbreaker2 (version 1.1.0)

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

Examples

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

# }

Run the code above in your browser using DataCamp Workspace