fars_map_state: Draw a data map for a given year and state

Description Usage Arguments Value Examples

Description

This function read in a fars data file for a given year, and take a state.num. If state.num exist, it draws a map for a given year and the state If state.num does not exist, throw a error. If there is no observation in the given year and state, throw a message

Usage

1
fars_map_state(state.num, year)

Arguments

state.num

a numeric number

year

a numeric number to indicate year -4 digt

Value

an error if the state.num given doesn't exist. a message if there is no oberservation in the year and state.num given. Otherwise, a map

Examples

1
## Not run: fars_map_state(1,2015)

chendi1020/fars documentation built on May 24, 2019, 3:05 a.m.