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/utils-model.R
\name{linear_cmbn}
\alias{linear_cmbn}
\title{Utilities called by the greenwave function}
\usage{
linear_cmbn(X, params)
}
\arguments{
\item{X}{A list object.}
\item{params}{A list object.}
}
\description{
Internal helpers
}
\keyword{internal}