hyet_missing: Compute missing values ratio per month

Description Usage Arguments Value Note Examples

Description

hyet_missing computes missing values ratio using an hyetograph from the hyet_create function.

Usage

1

Arguments

hyet

a hyetograph from hyet_create function

Value

a tibble with missing values ratios per month and year

Note

hyet must not contain missing dates. Please use the hyet_fill function before hyet_missing. Moreover, hyet must start at the first day of a month.

Examples

1
2
3
4
5
6
7
# load data
data(prec5min)

# compute missing values ratio per month and year
prec5min %>%
hyet_fill(time_step = 10) %>%
hyet_missing()

kvantas/erosivity documentation built on May 26, 2019, 5:42 p.m.