Linear trend response model

linear_trend(t, start_value = 0, end_value = 1, ...)

Arguments

t

numeric; vector of time points.

start_value, end_value

numeric vectors of length 1; the start and end values for the linear trend.

...

other arguments. Ignored here.