DeltaMetadater: Plot Metadata

View source: R/DeltaMetadater.R

DeltaMetadaterR Documentation

Plot Metadata

Description

Function to process and plot metadata

Usage

DeltaMetadater(
  Data,
  Start_year = 2002,
  Regions = c("Suisun Bay", "Suisun Marsh", "Lower Sacramento River",
    "Sac Deep Water Shipping Channel", "Cache Slough/Liberty Island",
    "Lower Joaquin River", "Southern Delta")
)

Arguments

Data

Input dataset created by DeltaDater.

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.

Value

A list with the plot and processed data.

See Also

DeltaDater


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