fars_map_state: plot the geographic locations of accidents in a state during...

Description Usage Arguments Value Examples

View source: R/fars_map_state.R

Description

Takes state.num and year as arguments and plots the locations of the accidents in a state during a year.

Usage

1
fars_map_state(state.num, year)

Arguments

state.num

a character or integer vector of length 1 representing the state number intended

year

a character or integer vector of length 1 representing the year desired

Value

This function returns NULL and plots the locations of accidents on map in a state

Examples

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

## End(Not run)

M7mdSale7/TestPackage documentation built on Aug. 8, 2020, 6:42 p.m.