R/hyet_missing.R
hyet_missing.Rd
hyet_missing
computes missing values ratio using an
hyetograph from the hyet_create
function.
hyet_missing(hyet)
hyet | a hyetograph from |
---|
a tibble with missing values ratios per month and year
hyet
must not contain missing dates. Please use the
hyet_fill
function before hyet_missing
.
# compute missing values ratio per month and year miss_vals <- prec5min %>% hyet_fill(time_step = 5) %>% hyet_missing()