Climate: Create a Climate Class

ClimateR Documentation

Create a Climate Class

Description

The climate class constructor appends the Climate class to the climate data frame. The constructor validates the climate data frame, and the climate class provides functionality to plot the instantaneous and cumulative precipitation, and to interpolate the climate data

Usage

new_Climate(cli = list())

Arguments

cli

A list of data frames

Value

Climate object with class Climate and data.frame

Examples

fpath_cli <- system.file("extdata", "092.63x040.90.cli", package="WEPPR")
(cli <- read_cli(fpath_cli))

jarad/WEPPR documentation built on Nov. 3, 2023, 5:42 a.m.