completeness.series: Completeness of a time series

Description Usage Arguments Author(s)

View source: R/gap_filling.R

Description

Calculates the fraction of measurements within the whole period of a series or other period

Usage

1
2
3
4
5
completeness.series(
  series,
  start = min(series$month_year),
  stop = max(series$month_year)
)

Arguments

series

time series with STAID,month_year dates

start

start of the time series or period

stop

stop of the time series or period

Author(s)

Marieke Dirksen


MariekeDirk/Dimming-Brightening documentation built on March 21, 2020, 2:41 a.m.