R/Tornadoes_2017.R

#' Tornado data
#'
#' @docType data
#'
#' @details This data represents a variety of variables measured on all tornadoes that struck the United States between 1950 and 2018.
#'
#'
#' @usage data(Tornadoes_2017)
#'
#' @format The variables are
#'
#' - `Year`: The year of the tornado.
#' - `Month`:  The month of the tornado.
#' - `State`: State in which the tornado occurred.
#' - `F_Scale`: F-scale rating on the Fujita scale.
#' - `Injuries`: Number of injuries as a result of the tornado.
#' - `Fatalities`: Number of fatalities as a result of the tornado.
#' - `Length`: The number of miles the tornado is on the ground.
#' - `Width`: The width of the tornado in yards.
#' - `Number_States`: The number of states in which the tornado was on the ground.

#'
#'
#' @keywords datasets
#'
#' @source spc.noaa.gov/wcm/#data
#'
"Tornadoes_2017"
dtkaplan/sullystats6e documentation built on May 10, 2020, 1:47 a.m.