Description Usage Arguments Value Examples
View source: R/fars_functions.R
This function takes years and a state number and plots the accident locations within that state.
1 | fars_map_state(state.num, year)
|
state.num |
A state number from the alphabetical list of states. |
year |
The year from which you want to draw data. |
This function, even when successfully run, returns NULL invisibly. However, it generates a plot in the course of running.
1 2 3 4 5 | ## Not run:
fars_map_state(1,2015)
fars_map_state(4,2013)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.