DeltaMapper: Plot Delta Regions Map

View source: R/DeltaMapper.R

DeltaMapperR Documentation

Plot Delta Regions Map

Description

Function to map delta regions

Usage

DeltaMapper(
  Regions = c("Suisun Bay", "Suisun Marsh", "Lower Sacramento River",
    "Sac Deep Water Shipping Channel", "Cache Slough/Liberty Island",
    "Lower Joaquin River", "Southern Delta"),
  Save = FALSE,
  Save_location
)

Arguments

Regions

Character vector of regions to include in the plot. The data will be filtered to only include these regions and ordered in the order provided here. To include data with NA regions, set Regions=NULL.

Save

Logical. Should plot be saved?

Save_location

If Save=TRUE, where should plot be saved? Must end with a filename with a ".png" extension.

Value

A list with the plot and processed data.

See Also

DeltaDater


sbashevkin/deltareportr documentation built on Oct. 25, 2022, 2:03 p.m.