fars_map_state: Plot all accidents recorded a specified year in a state as...

Description Usage Arguments Value Note Examples

Description

Plot all accidents recorded a specified year in a state as black dots on a map

Usage

1
fars_map_state(state.num, year)

Arguments

state.num

A state number as integer or character.

year

A year as integer or character.

Value

A plot.

Note

Will throw error and not function if input state number has no data points, if the year isn't related to a filename or if several years / state.nums are set as inputs.

Examples

1
2
3
4
5
## Not run: 
fars_map_state(13, 2013)
fars_map_state("4", "2015")

## End(Not run)

KDallaporta/TestPackage documentation built on May 14, 2019, 10:32 a.m.