Description Usage Arguments Value Examples
View source: R/fars_map_state.R
Takes state.num
and year
as arguments and plots the locations of the accidents in a state
during a year.
1 | fars_map_state(state.num, year)
|
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 |
This function returns NULL and plots the locations of accidents on map in a state
1 2 3 4 5 | ## Not run:
fars_map_state(1,2013)
fars_map_state("1", "2013")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.