A detrended_img is a 3-dimensional array of integers which is the result of a detrending routine. It has 3 attributes:
parameter
The value of the parameter used. This
will be the l
, tau
or degree
parameter for the respective methods.
auto
A boolean that is TRUE
if the parameter was found
automatically or FALSE
if it was manually selected.
detrended_img(img, method, parameter, auto)
The detrended image series. A 3-dimensional array of non-negative integers.
The method used. One of "boxcar"
, "exponential"
or
"polynomial"
.
A number. The detrend parameter used.
Logical. Was automatic detrending used? This is NA
if the
detrending parameter is NA
.
An object of class detrended_img
.