Description Usage Arguments Value Note Examples
View source: R/fars_functions.R
Reads in data for a particular year and maps the events in a given state specified by state number
1 | fars_map_state(state.num, year)
|
state.num |
a number indicating the state can be any number from 1 through 56. |
year |
the year for the accident events |
a plot of the state with points for each accident
Warning: This function appears to be slightly buggy not returning all events on first plotting
1 2 3 | ## Not run: #Plot California accident patterns
fars_map_state(state.num=6, year=2013)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.