spl1_band_daily: Calculate degree days/degree-1 splines for daily data.

Description Usage Arguments Value

View source: R/RcppExports.R

Description

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

Usage

1
spl1_band_daily(t0, t1, tmin, tmax, weights)

Arguments

t0

vector of lower bounds

t1

vector of upper 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_bins matrix


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