aqi_color | R Documentation |
aqi_color()
returns the color that corresponds with the given
AQI value.
aqi_descriptor()
converts the given AQI value(s) into a
descriptive string.
aqi_color(aqi) aqi_descriptor(aqi)
aqi |
An AQI value. AQI is an integer between 0 and 500, inclusive. |
aqi_color()
returns an RGB hex string
aqi_descriptor()
returns a string
aqi_color(35) aqi_descriptor(35)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.