Description Usage Arguments Value Note Examples
View source: R/fars_functions.R
This function draw a geographical map for a given state and year containing the information of accidents.
| 1 | fars_map_state(state.num, year)
 | 
| state.num | The number (code) of the state of interest | 
| year | A year of interest. | 
This function creates a geographical map for a specific state and year, containing the information of accidents.
This function provide messages for inexistent states numbers and the absent of accidents in a given year and/or state.
| 1 2 3 | state.num = 50
year = 2000
fars_map_state(state.num,year)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.