fars_map_state: Plots a map of the accidents for a US state of a year

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

This function plots a map of a US state and displays the accidents in that state for a year.

Usage

1
fars_map_state(state.num, year)

Arguments

state.num

The integer code of a US state

year

The integer value of a year. The year should be a positive decimal. In order to use with the fars_data.zip dataset, the year should be in the range 2013..2015

Value

This function returns NULL

Examples

1
2
3
4
## Not run: 
fars_map_state(state.num=1,year=2015)

## End(Not run)

cogitoergoread/fars documentation built on Jan. 25, 2020, 1:12 p.m.