Description Usage Arguments Value See Also Examples
Plot the accidents on the US map for a given state and year.
1 | fars_map_state(state.num, year)
|
state.num |
State number |
year |
Selected year(s) |
fars_map_state
Output the plot of accidents for the selected
state and year. The error occured if the state or year does not exist in the
data set.
1 2 3 4 5 | ## Not run:
fars_map_state(5, 2013)
fars_map_state(20, 2015)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.