Description Usage Arguments Examples
Makes simple graphs to visual available color palettes in saguaRo.
1 |
name |
The name of color palette in saguaRo. Use 'names(saguaro_pal)' to list all valid names. |
plot |
The name of pre-made plot to visualize indicated color palette. Valid options are: box, gradient, density, circle |
n |
An integer limiting the number of colors used from the selected color palette. |
1 2 3 4 5 | plot_saguaro()
plot_saguaro("oriole", "gradient")
plot_saguaro("mariposa", "density")
plot_saguaro(plot = "circle")
plot_saguaro(n = 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.