fars

The goal of the Fatality Analysis Reporting System is to map the airplane accidents for a specific year accross a state.

Installation

You can install fars from github with:

# install.packages("devtools")
devtools::install_github("zflouris/fars")

Example

You call the function fars_map_state() with the code of the state as the first argunent and the year as the second argument and you get a map with dots in all the places where an accident took place.

fars_map_state(21,2013)


zflouris/fars documentation built on May 15, 2019, 1:21 p.m.