map_county: Maps flood data by county

Description Usage Arguments Value

View source: R/map_results.R

Description

Creates a state level map of flood analysis output by county. Counties are color coded based on the percentage of gages in that county at or exceeding a given flood magnitude.

Usage

1
map_county(county_stats, category = "minor", date = "")

Arguments

county_stats

Data frame of flood analyasis results, summarized by county.

category

Character string of the flood magnitude category to be used for mapping (one of "minor", "moderate", "major", or "extreme"). This parameter only works when mapping county-level, rather than gage-level, values.

date

Date of data mapped to be printed at the top of the image. This argument is used by the 'time_series_map' function.

Value

A map of counties color coded by percentage of gages experiencing flooding.


countyfloods documentation built on May 2, 2019, 2:38 a.m.