Description Usage Arguments Value Examples
Generate autumnal color palette.
1 | ashR.autumn(palette_name)
|
palette_name |
The short ID for the palette, e.g. "1.8". |
A vector of hexademicals of length 3, 5, or 8.
1 2 3 4 5 6 7 8 9 10 | # Assign palette to a name.
my_palette <- ashR.autumn("5.5")
# Concatenate two palettes for a larger custom palette.
custom <- c(ashR.autumn("2.8"), ashR.autumn("3.8"))
# Use with base R.
plot(iris$Sepal.Width,
iris$Sepal.Length,
col = ashR.autumn("1.5"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.