fars_map_state: Draw USA Map and add information on accidents by depicting...

Description Usage Arguments Value See Also Examples

View source: R/fars_functions.R

Description

Draw USA Map and add information on accidents by depicting their location on the map its longitude and lattitude coordonates

Usage

1
fars_map_state(state.num, year)

Arguments

state.num

integer: represents the code number of a state in USA and takes it value between 1 to 56.

year

integer: defines the indicated year whose information on accidents is needed.

Value

Map or graphic object.

See Also

Examples

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

## End(Not run)

BouranDS/accident documentation built on Aug. 22, 2020, 12:02 a.m.