Description Usage Arguments Value Examples
View source: R/fars_function.R
Title Function for creating a map of occurrence by state and year
1 | fars_map_state(state.num, year)
|
state.num |
An integer containing unique state numbers |
year |
An integer from |
A map based on plots by latitude and longitude or Returns NULL if data.sub
==0
stops if state.num
is invalid, returns "invalid STATE number"
1 2 3 4 5 | fars_map_state(6, 2013)
## Not run:
fars_map_state(0, 2013)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.