gap_filter: Filter on gap statistics for a given date range

Description Usage Arguments Value

Description

Extract rows matching the given gap statistics criteria created with gap_statistics().

Usage

1
gap_filter(x, date_range, c_d_min = 80, c_m_min = 80, lg_max = 6)

Arguments

x

tibble containing columns with gaps statistics (c_d, c_m and l_g)

date_range

date range for the gap statistics, character formatted as "start-end" in years

c_d_min

minimum daily completeness

c_m_min

minimum monthly completeness

lg_max

maximum gap length

Value

x filtered according to c_d_min, c_m_min and lg_max for the given date range


jthurner/baseflowchile documentation built on May 29, 2019, 1:50 a.m.