boxplot_aqi: Make the Boxplot of AQI

Description Usage Arguments Author(s) Examples

Description

This function helps you make boxplots of AQI in the year you are interested. And also mark the point of the CBSA you are interested. So that you can know the AQI of the CBSA is relatively high or low compared to other geographic areas. You can make comparison of AQI in different years by the notch to see whether the AQI differs.

Usage

1
boxplot_aqi(data = annual_aqi, year, cbsa)

Arguments

data

Dataset to use for plot. The default dataset is annual_aqi.

year

A vector of years in which you want to display the distribution of AQI.

cbsa

A CBSA in US.

Author(s)

Annie Yang

Examples

1
boxplot_aqi(annual_aqi,c("2000","2005"),"Albany, GA")

PHP2560-Statistical-Programming-R/r-package-beautiful-day documentation built on May 30, 2019, 3:50 p.m.