fars_map_state: Plot fatality case points

Description Usage Arguments Value Note Examples

View source: R/fars_functions.R

Description

This function plots fatality case (accident) points for the state (using state.num) and the year (using year).

Usage

1
fars_map_state(state.num, year)

Arguments

state.num

A numeric number identifying the state

year

A numeric number repsresenting the year (e.g. 2013)

Value

A map of the state and plots of fatality case points

Note

An error occurs if the state number is invalid. Nothing is plotted if no fatality cases exist.

Examples

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

## End(Not run)

atibot/tobitar documentation built on May 28, 2019, 6:35 p.m.