Description Usage Arguments Author(s) Examples
These functions are color palettes used in vimes.
1 2 3  | vimes_pal1(n)
vimes_pal2(n)
 | 
n | 
 a number of colors  | 
Thibaut Jombart thibautjombart@gmail.com
1 2 3  | plot(1:4, cex=8, pch=20, col=vimes_pal1(4), main="vimes_pal1")
plot(1:20, col=vimes_pal1(20), pch=20, cex=6, main="vimes_pal1")
plot(1:10, col=vimes_pal2(10), pch=20, cex=6, main="vimes_pal2")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.