library(rcrea)
exc_cities<- rcrea::exceedances(country=c('IN'), city=c('Delhi', 'Jaipur', 'Mumbai', 'Hyderabad')) exc_cities
plot_exceedances(exc_cities, average_by='week')
Plot only the daily standards
plot_exceedances(exc_cities[exc_cities$aggregation_period=='day',], average_by='week')
Plot only the year-based standards: in that case, the red indication mentions the day we know standard is going to bee breached this year, no mater how clean the air will be from then till the end of the year.
plot_exceedances(exc_cities[exc_cities$aggregation_period=='year',], average_by='week')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.