DeltaZooper: Plot phytoplankton data

View source: R/DeltaZooper.R

DeltaZooperR Documentation

Plot phytoplankton data

Description

Function to process and plot phytoplankton data

Usage

DeltaZooper(
  Data,
  End_year,
  Start_year = 2002,
  Regions = c("Suisun Bay", "Suisun Marsh", "Lower Sacramento River",
    "Lower Joaquin River", "Southern Delta"),
  Seasons = c("Winter", "Spring", "Summer", "Fall")
)

Arguments

Data

Input dataset created by DeltaDater.

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

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.

Seasons

Character vector of seasons to include. One plot will be produced for each season. Should be a combination of "Summer", "Fall", "Winter", or "Spring".

Value

A list with the plot and processed data.

See Also

DeltaDater


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