Description Usage Arguments Value Examples
View source: R/fars_functions.R
Reads the CSV data for the specified year and then filters the data for the specified state num. The filtered data is then mapped on the plot using the Latitude and Longitude value of each observation.
1 | fars_map_state(state.num, year)
|
state.num |
Integer value representing the state number |
year |
The year for which the observations are required |
Map plot showing the observations as found for the given state.num and year
1 2 3 | fars::fars_map_state(1,2013)
fars::fars_map_state(1,2014)
fars::fars_map_state(1,2015)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.