- binary_stack
RasterStack, RasterBrick, or character. Stack of binary
raster layers across time, or path to directory containing binary rasters.
Typically from summarize_raster_outputs.
- summary_raster
RasterLayer. Per-pixel proportion of time periods where
a pixel is suitable. From summarize_raster_outputs.
- time_steps
Integer vector. Time labels corresponding to raster layers
(same length as number of layers).
- fastcpd_params
List. Named list of parameters passed to fastcpd
changepoint detection function. Default is empty list. Supports parameterization
from fastcpd_binomial.
- output_dir
Character. Optional. Output directory for pattern rasters.
When NULL (default), rasters are written to temporary files and not
saved persistently. Provide a path to write named output files to disk.
- n_tiles_x
Integer. Number of tiles in the x direction for tiled
processing. Default is 1. Increase to reduce peak memory use for
large rasters and prevent crashes.
- n_tiles_y
Integer. Number of tiles in the y direction for tiled
processing. Default is 1. Increase to reduce peak memory use for
large rasters and prevent crashes.
- alpha
Numeric. Significance level for changepoint detection. Default
is 0.05.
- spatial_autocorrelation
Logical. If TRUE (default), includes a
neighbor variable in the changepoint analysis to account for spatial
autocorrelation.
- verbose
Logical. If TRUE (default), prints progress
messages during processing.
- estimate_time
Logical. If TRUE (default), estimates runtime from
a sample of pixels before full processing begins. If FALSE, proceeds
directly to processing without a time estimate.
- overwrite
Logical. If TRUE, overwrites existing output files.
If FALSE (default), existing files are skipped.