readStorm: Read storm data.

Description Usage Arguments Value Examples

Description

Read storm data for one city based on exposure criterion. The storm data was generated by "Hurricaneexposure" package and located in the subdirectory "exposure".

Usage

1
readStorm(criterion = c(), city = c())

Arguments

criterion

A character string which could be "rain50", "wind18", etc.

city

A character string giving the abbreviation of city's name.

Value

This function returns a dataframe containing information of all storms in the city between 1988 to 2005. Variables might be different depending on the exposure crtierion.

Examples

1
## Not run: readStorm(criterion = "rain75", city = "miam")

my1120/Hurricane documentation built on May 23, 2019, 11:58 a.m.