splitDataGapsTimeSeries: Split a time series if there are gaps.

Description Usage Arguments

View source: R/utils-gaps.R

Description

If there are gaps in the timeseries, don't connect them. This returns a list of data that can be used for multiple line/point calls in the plotting functions.

Usage

1
2
splitDataGapsTimeSeries(timeSeries, timeSeriesName, timezone, flagZeroNeg,
  isDV = FALSE)

Arguments

timeSeries

current timeseries data as a list, required: estimated, isVolumetricFlow, points data frame

timeSeriesName

string giving name that should be given to each list item returned

timezone

string giving the timezone

flagZeroNeg

logical indicating whether or not the zeros & negatives can be removed for logging the axis

isDV

logical saying whether or not the time series is made of daily values; default is FALSE


USGS-R/repgen documentation built on April 14, 2021, 2:47 p.m.