FitDoubleLog: Function to fit a double logistic function that has been...

Description Usage Arguments Value

Description

Function to fit a double logistic function that has been adjusted from FitDoubleLogBeck function That function did not accurately represent the equation as given in Beck et al. In particular, there is a subtract of 1 from the exponential part that does not exist in the original function. This resulted in the parameters not having meaningful values in the fit. You can look at the arguments for the original function to understand the parameters of this function.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
FitDoubleLog(
  x,
  t = 1:length(x),
  tout = t,
  weighting = TRUE,
  hessian = FALSE,
  plot = FALSE,
  ninit = 30,
  ...
)

Arguments

dlog.data

An empty data frame for per-site predictions.

Value

A data frame of the fitted double logistic function for each site.


AgronomicForecastingLab/RS_PlantingDate documentation built on Feb. 13, 2022, 3:06 a.m.