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
.
1 2 3 4 | # compute missing values ratio per month and year
miss_vals <- prec5min %>%
hyet_fill(time_step = 5) %>%
hyet_missing()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.