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, ...)

Arguments

pas

Enhanced data frame of PurpleAir synoptic data.

paletteName

A predefined color palette name. Can be of the following:

  • "AQI"

  • "humidity

  • "temperature

  • "distance"

parameter

Value to generate colors for, e.g. pm25_1hr.

...

Additional arguments passed on to leaflet::color~ functions.

Value

An object that consists of a label and color dataframe, and calculated color values from PurpleAir sensors

Note

The paletteName parameter can take the name of an RColorBrewer paeltte, e.g. "BuPu" or "Greens".