fars_map_state: Map State Motor Vehicle Fatalities.

Description Usage Arguments Details Examples

Description

This function takes a state number and a year, and draws a state outline with dots to represent the location of motor vehicle fatalities for that year.

Usage

1
fars_map_state(state.num, year)

Arguments

state.num

Numerical code for US state.

year

value of year

Details

fars_map_state maps state motor vehicle fatalities #' given a year and state id number.

Examples

1
2
3
4
5
6
  ## Not run: 
    fars_map_state(48, 2013)
    fars_map_state(48, 2014)
    fars_map_state(6, 2013)
  
## End(Not run)

sumitpratap/week4 documentation built on May 17, 2019, 8:45 p.m.