fars_map_state: Title Function for creating a map of occurrence by state and...

Description Usage Arguments Value Examples

View source: R/fars_function.R

Description

Title Function for creating a map of occurrence by state and year

Usage

1
fars_map_state(state.num, year)

Arguments

state.num

An integer containing unique state numbers

year

An integer from year

Value

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"

Examples

1
2
3
4
5
fars_map_state(6, 2013)
## Not run: 
fars_map_state(0, 2013)

## End(Not run)

Theo025/fars documentation built on Aug. 15, 2020, 7 a.m.