Description Usage Arguments Warning Note Examples
View source: R/fars_functions.R
The function prints map by state.num
, which shows all events on the
road by year
.
1 | fars_map_state(state.num, year)
|
state.num |
A number of state of which events will be shown. |
year |
A year by which events will be shown. |
Files with data should be in your current working directory, in other cases it will throw an error.
For correct work, this function requires 'map' library.
1 2 | fars_map_state(1, 2013)
fars_map_state(5, 2014)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.