fars_map_state: Plot data of accidents in specific state and year

Description Usage Arguments Value Examples

Description

Takes state number and yeasr and make plot with map. If there are no state throw message "invalid STATE number: " If there no accidents show message "no accidents to plot"

Usage

1
fars_map_state(state.num, year)

Arguments

state.num

number of state

year

specific year

Value

plot with map or message

Examples

1
2
3
4
## Not run: 
 fars_map_state(1, 2013)
 
## End(Not run)

dddbbb/fars documentation built on May 15, 2019, 1:50 a.m.