DeltaSmelter: Plot Delta Smelt data

View source: R/DeltaSmelter.R

DeltaSmelterR Documentation

Plot Delta Smelt data

Description

Function to process and plot Delta Smelt data

Usage

DeltaSmelter(
  End_year,
  Start_year = 2002,
  EDSM_regions = c("Suisun Bay", "Suisun Marsh", "Lower Sacramento River",
    "Sac Deep Water Shipping Channel", "Cache Slough/Liberty Island",
    "Lower Joaquin River")
)

Arguments

End_year

Last year (integer) that should be included in the plot. This year will also be highlighted.

Start_year

First year (integer) that should be included in the plot

EDSM_regions

Character vector of regions to include in the EDSM 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. No Delta Smelt were caught in the Southern Delta so that region is excluded by default.

Value

A list with the plot and processed data.

See Also

DeltaDater


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