Description Usage Arguments Note Examples
This function generates a picture of the state map with dots showing location of each accident for the given year and state
1 | fars_map_state(state.num, year)
|
state.num |
Numeric state number. If |
year |
Numeric year for which to draw a map |
This function has no return value. It is used only for its side effect of drawing the picture. If there are no recorded accidents for a given state-year combination a message will be reported indicating this.
1 2 3 4 | ## Not run:
fars_map_state(6,2015)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.