Description Usage Arguments Value
Extract rows matching the given gap statistics criteria created with gap_statistics()
.
1 | gap_filter(x, date_range, c_d_min = 80, c_m_min = 80, lg_max = 6)
|
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 |
x filtered according to c_d_min, c_m_min and lg_max for the given date range
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.