Description Usage Arguments Value Note Examples
hyet_missing computes missing values ratio using an
hyetograph from the hyet_create function.
1 | 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. Moreover, hyet
must start at the first day of a month.
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()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.