get_pals | R Documentation |
A collection of pleasant color palettes, good for color contrast or color gradients.
get_pals(pal)
pal |
An integer corresponding to a color palette. |
Hex codes of a color palette.
pal <- get_pals(4) n <- length(pal) plot(seq(n), runif(n), col = pal, cex = 15)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.