find_timeseries: Identify Months With Overlapping Data

Description Usage Arguments

View source: R/timeseries_functions.R

Description

Identifies the start date, end date, and number of months in the monthly timeseries with complete input data coverage.

Usage

1
2
3
4
5
6
find_timeseries(
  isotopes,
  start_date = NULL,
  end_date = NULL,
  deep_ids = c("LL-01B", "LL-02B", "LL-05C", "LL-09B", "PFL-100", "PFL-101")
)

Arguments

isotopes

a data frame with isotopes measurements as formatted in the isotopes dataset, subset for a single lake.

start_date

optional start date to use for analysis (first day of the month) in POSIXct. If not provided, defaults to NULL and timeseries is based on months with isotope samples.

end_date

optional end date to use for analysis (last day of the month) in POSIXct. If not provided, defaults to NULL and timeseries is based on months with isotope samples.

deep_ids

list of site_ids associated with deeps wells, which should not be included when identifying start and end dates for analysis purposes (if isotopes data frame is used to determine start and end dates)


cvoter/isoH2Obudget documentation built on March 29, 2020, 11:07 a.m.