Description Usage Arguments Value
View source: R/aqiCalculation.R
This function takes in five parameters: highIndexBreakpoint,lowIndexBreakpoint, highConcentrationBreakpoint,lowConcentrationBreakpoint,pm25Concentration, in that order. It then calculates the AQI guven the specified indices.
1 2 3 4 5 6 7 | indexCalculation(
highIndexBreakpoint,
lowIndexBreakpoint,
highConcentrationBreakpoint,
lowConcentrationBreakpoint,
pm25Concentration
)
|
highIndexBreakpoint, lowIndexBreakpoint, |
highConcentrationBreakpoint,lowConcentrationBreakpoint,pm25Concentration |
it returns the AQI that corresponds to the given PM2.5 measurement
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.