pois_pal_grad | R Documentation |
Return interpolated color gradient for a continuous poisson colour palette
pois_pal_grad(
palette = "cool",
reverse = FALSE,
n_steps = 256,
n_col = getOption("poispalette.n_col", NULL)
)
palette |
Character name of palette in pois_palettes, See |
reverse |
Boolean indicating whether the palette should be reversed |
n_steps |
Number of steps in gradient |
n_col |
Number of colours to subset from the palette (optional) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.