Skip to contents

Computes annual precipitation averages from raw climatology data.

Usage

mf_precipitation(clim)

Arguments

clim

data.frame Raw climatology data from mf_get_climatology().

Value

A data.frame containing annual precipitation averages.

Details

Precipitation values are computed from monthly records and aggregated by year.

Examples

if (FALSE) { # \dontrun{
precip <- mf_precipitation(clim)
} # }