fars_map_state: Plots accidents for a given state and year

Description Usage Arguments Details Value Examples

Description

Plots accidents for a given state and year

Usage

1
fars_map_state(state.num, year)

Arguments

state.num

State number for plot

year

Accident year for plot

Details

This function will also not plot accidents where their longitudes are more than 900 or latitudes are more than 90.

Value

Nothing returned, produces a side effect of a plot of given US state and location of accident(s) for given year

Examples

1
2
3
4
## Not run: 
fars_map_state(50, 2012)

## End(Not run)

yunching/FRP documentation built on May 30, 2019, 8:40 a.m.