Description Usage Arguments Examples
This tool creates a plot of the geographical location of accidents over the map of a given state in a given year. An error message is generated if the given state.num does not represent a valid state or if there were no accidents in the given state in the given year or if data is not available for the given year in the first place.S
1 | fars_map_state(state.num, year)
|
state.num |
The number code of the state of interest. |
year |
The year of interest. |
1 2 3 4 | ## Not run:
fars_map_state(1, 2015)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.