pas_palette: Color palettes for PurpleAir

Description Usage Arguments Value Note

View source: R/utils-plot.R

Description

Generates color palettes for PurpleAir synoptic data with the intention of having a reproducible functional color generator.

Usage

1
pas_palette(pas = NULL, paletteName = "AQI", parameter = "pm25_1hr", ...)

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".


AirSensor documentation built on March 13, 2021, 1:07 a.m.