R package for fitting the greenwave model to time series of vegetation indices.
Source
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/fit.R
\name{gw_fit}
\alias{gw_fit}
\title{Fit the greenwave model.}
\usage{
gw_fit(Y, Xs = NULL, opts, ..., return_params = FALSE, fit_sf = NULL)
}
\arguments{
\item{Y, Xs}{The response data and drivers of the greenwave, respectively.}
\item{opts}{Options as specified by \code{gw_opts}.}
\item{...}{Other options to pass to \code{get_inits}}
}
\description{
Fit the greenwave model.
}