Skip to contents

Computes monthly ombrothermic summaries from DRIAS extraction

Usage

drias_ombro(txt)

Arguments

txt

character string. Path to a DRIAS .txt file.

Value

A data.frame containing monthly averages of temperature and precipitation for each period.

Examples

if (FALSE) { # \dontrun{
ombro <- drias_ombro(clim)
} # }