add.years: Extrapolates future climate

View source: R/accessory_functions.R View source: R/accessory_functions.R

add.yearsR Documentation

Extrapolates future climate

Description

This function extrapolate future climate based on the average of the past 10 years (or less if less are presente) averaging day by day

Usage

add.years(dataframe, new.years)

Arguments

dataframe

the weather data frame

new.years

the number of years you want to extend the weather data frame

Value

a table, same structure of weather_testdata

Author(s)

Lorenzo Menichetti ilmenichetti@gmail.com

Examples


add.years(weather_testdata, 5)


ilmenichetti/reclim documentation built on Sept. 23, 2023, 7:15 p.m.