rhospno2 | R Documentation |
Simulated data for daily measures of hospital admissions for respiratory causes
count and ambient air NO_2
concentrations during 10 years.
rhospno2
A data frame with 3,652 rows and 7 variables:
date of the observation
numerical indicator of date
year indicator
day of week
ambient temperature in Celsius degrees
NO_2
concentration in \mu
g/m^3
number of hospital admissions for respiratory causes
This is a synthetic dataset generated with the synthpop
package, based on
true data on daily number of hospital admissions for respiratory causes and
ambient air NO_2
concentrations in the city of Barcelona (Spain) for years
2006-2015.
# time series:
par(las = 1, mfrow = c(3, 1))
with(rhospno2, plot(date, hresp, type = "l", lwd = 0.5))
with(rhospno2, plot(date, no2, type = "l", lwd = 0.5))
with(rhospno2, plot(date, temp, type = "l", lwd = 0.5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.