Generates color palettes for PurpleAir synoptic data with the intention of having a reproducible functional color generator.
pas_palette(pas = NULL, paletteName = "AQI", parameter = NULL, ...)
Enhanced data frame of PurpleAir synoptic data.
A predefined color palette name. Can be of the following:
"AQI"
"humidity
"temperature
"distance"
Value to generate colors for, e.g. pm25_1hr
.
Additional arguments passed on to leaflet::color~
functions.
An object that consists of a label and color dataframe, and calculated color values from PurpleAir sensors
The paletteName
parameter can take the name of an RColorBrewer
paeltte, e.g. "BuPu"
or "Greens"
.