Description Usage Arguments Value Note Examples
Plot all accidents recorded a specified year in a state as black dots on a map
1 | fars_map_state(state.num, year)
|
state.num |
A state number as integer or character. |
year |
A year as integer or character. |
A plot.
Will throw error and not function if input state number has no data points, if the year isn't related to a filename or if several years / state.nums are set as inputs.
1 2 3 4 5 | ## Not run:
fars_map_state(13, 2013)
fars_map_state("4", "2015")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.