spl3_band_daily: Calculate degree days/degree-3 splines for daily data.

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Calculate degree days/degree-3 splines for daily data using C++ code.

Usage

1
spl3_band_daily(t0, tmin, tmax, weights)

Arguments

t0

vector of lower bounds

tmin

vector of tmin values (1 per day)

tmax

vector of tmax values (1 per day)

weights

vector of optional weights to multiply output by. Default is 1.

Value

num_days x num_bands matrix


kendonB/degreedays documentation built on Oct. 3, 2020, 9:15 p.m.