fars_map_state: Plots the occurence of fatal injuries by state

Description Usage Arguments Value Note Examples

Description

This function plots the occurence of fatal injuries suffered in motor vehicle traffic crashes

Usage

1
fars_map_state(state.num, year)

Arguments

state.num

Numeric state number

year

A numeric year input

Value

A map graphic of the selected state.

Note

Error may occur if the state input is invalid or if there are no accidents to plot.

Examples

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

## End(Not run)

RaphaelFred/softdev documentation built on May 23, 2019, 5:02 a.m.