palettes: Color palettes used in dibbler

Description Usage Arguments Author(s) Examples

Description

These functions are color palettes used in dibbler.

Usage

1
2
3

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 = dibbler_pal1(4),
     main = "dibbler_pal1")

plot(1:20, col = dibbler_pal1(20),
     pch = 20, cex = 6, main = "dibbler_pal1")

plot(1:10, col = dibbler_pal2(10), pch = 20,
     cex = 6, main = "dibbler_pal2")

thibautjombart/dibbler documentation built on May 31, 2019, 9:56 a.m.