fars_map_state: Draw state by 'state.num' with all events by 'year'.

Description Usage Arguments Warning Note Examples

View source: R/fars_functions.R

Description

The function prints map by state.num, which shows all events on the road by year.

Usage

1
fars_map_state(state.num, year)

Arguments

state.num

A number of state of which events will be shown.

year

A year by which events will be shown.

Warning

Files with data should be in your current working directory, in other cases it will throw an error.

Note

For correct work, this function requires 'map' library.

Examples

1
2
fars_map_state(1, 2013)
fars_map_state(5, 2014)

resistendi/fars documentation built on Nov. 5, 2019, 3:06 a.m.