Description Usage Arguments Value Note See Also Examples
View source: R/pas_addCommunityRegion.R
Adds a community region (if any) to a pa_synoptic object via the pa_synotpic object via pre-defined labeling shcema.
1 | pas_addCommunityRegion(pas = NULL)
|
pas |
PurpleAir Synoptic pas object. |
A pa_synoptic dataframe
As of 2020-04-14, only California air basins is supported.
pas_enhanceData
1 2 3 4 5 6 7 8 | library(AirSensor)
initializeMazamaSpatialUtils()
pas_enhanced <-
example_pas_raw %>%
pas_addSpatialMetadata() %>%
pas_addCommunityRegion()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.