AirPollWeekly | R Documentation |
Weekly average NO2 and PM2.5 data for 1000 hypothetical births.
data(AirPollWeekly)
An object of class "data.frame"
.
PM2.5 data has column names PM_1, ..., PM_37 and NO2 data has column names NO2_1, ..., NO2_37.
data(AirPollWeekly)
matplot(t(AirPollWeekly[1:5,-c(1:2)]),type="l")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.