Description Usage Arguments Value Examples
This function merges the two datasets created by readCity() function and readStorm() function for one city by date.
1 2 |
root |
The local path where the NMMAPS data is located. |
criterion |
A character string which could be "rain50", "wind18", etc. |
city |
A character string giving the abbreviation of city's name. |
collapseAge |
Logic value specifying whether to aggregate records based on age group. |
This function return a time-series dataframe containing daily death counts and information about storms between 1988 to 2005 in this city.
1 | CityStorm(root = "~/Documents/NMMAPS/", criterion = "rain75", city = "miam")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.