Climate | R Documentation |
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
new_Climate(cli = list())
cli |
A list of data frames |
Climate object with class Climate
and data.frame
fpath_cli <- system.file("extdata", "092.63x040.90.cli", package="WEPPR")
(cli <- read_cli(fpath_cli))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.