plot_saguaro: Makes simple graphs to visual available color palettes in...

Description Usage Arguments Examples

View source: R/plot_saguaro.R

Description

Makes simple graphs to visual available color palettes in saguaRo.

Usage

1
plot_saguaro(name = "bloom", plot = "box", n = length(saguaro(name)))

Arguments

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.

Examples

1
2
3
4
5
plot_saguaro()
plot_saguaro("oriole", "gradient")
plot_saguaro("mariposa", "density")
plot_saguaro(plot = "circle")
plot_saguaro(n = 3)

sborrego/saguaRo documentation built on Dec. 22, 2021, 10:19 p.m.