cleanStormData: Clean downloaded NOAA storm data and return the top...

Description Usage Arguments Value

View source: R/cleanStormData.R

Description

Clean downloaded NOAA storm data and return the top proportion of most damaging storms

Usage

1
cleanStormData(Stormdata.raw, damage.threshold)

Arguments

Stormdata.raw

A data.table object of raw NOAA storm data, downloaded from climage.gov

damage.threshold

A positive numeric value stating the percentage of most damaging storms to return. For example, if damage.threshold == 0.25, then only storms registering in the top 25 percent of total property and crop damages will be returned. Default is to return the top third of most damaging storms damage.threshold == 0.33

Value

A data.frame object


nicholasjclark/BBS.occurrences documentation built on July 19, 2020, 8:31 p.m.