fars_map_state: Return a map plot of accidents by State and year

Description Usage Arguments Value See Also Examples

View source: R/fars_functions.R

Description

This function takes a state number ID and a year and output a map plot shows all the accidents in that year.

Usage

1
fars_map_state(state.num, year)

Arguments

state.num

The state number

year

The valid year of recorded data

Value

a map plot of all accidents in the state in that year.

See Also

make_filename , fars_read

Examples

1
## Not run: fars_map_state(50, 2014)

vh42720/fars documentation built on May 29, 2019, 2:29 p.m.