Description Usage Arguments Value Examples
This function will visualize the traffic accidents happend during certain year within certain state into the geographic view
1 | fars_map_state(state.num, year)
|
state.num |
a integer, the code number of state |
year |
a integer, indicated the year's of the traffic accidents |
a graphical object, this function will return a plot with the accident happening at certain state with certain year, if the STATE number is not exist, show error message, if the choosen state have no accident happended, show errors
1 2 3 4 | ## Not run:
fars_map_state(state.num = 1, year = 2014)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.