hyet_missing: Compute the missing values ratio of an hyetograph per month...

Description Usage Arguments Value Note Examples

View source: R/hyet_missing.R

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.

Examples

1
2
3
4
# compute missing values ratio per month and year
miss_vals <- prec5min %>%
  hyet_fill(time_step = 5) %>%
  hyet_missing()

kvantas/hyetor documentation built on Sept. 2, 2019, 12:57 a.m.