Changes in Version 1.7.0
-
Added the option to run a structural change test before running bfastlite()
with two parameters: 'level' and 'type', equivalent to bfast() except that
anything equal to or below 0 in 'level' will skip the sctest. -
Fixed a bug where bfastpp() would throw an error when annual data is input.
-
Rework of the 'breaks' argument in bfast(), it now works correctly with a
numeric input and gives the opportunity to specify the breaks/statistic for
computing the optimal number of breaks separately per component. -
Added a reference to the paper describing the BFAST Lite algorithm, and
updated author names to use the proper UTF-8 symbols. -
Updated the examples, migrating from the 'raster' to the 'terra' package,
and adding a raster procesing example into '?bfastlite'. -
The 'history_roc()' generic is now consistent in parameters with the
'history_roc.matrix()' and 'history_roc.formula()' methods.