palettes: Color palettes used in incidence

Description Usage Arguments Author(s) Examples

Description

These functions are color palettes used in incidence.

Usage

1
2
3
4
5

Arguments

n

a number of colors

Author(s)

Thibaut Jombart thibautjombart@gmail.com

Examples

1
2
3
4
5
6
7
8
plot(1:4, cex=8, pch=20, col = incidence_pal1(4),
     main = "palette: incidence_pal1")
plot(1:100, cex=8, pch=20, col = incidence_pal1(100),
     main ="palette: incidence_pal1")
plot(1:100, cex=8, pch=20, col = incidence_pal1_light(100),
     main="palette: incidence_pal1_light")
plot(1:100, cex=8, pch=20, col = incidence_pal1_dark(100),
     main="palette: incidence_pal1_dark")

OutbreakResources/incidence documentation built on Nov. 13, 2020, 2:49 a.m.