summarize_raster_list: Summarize a list of rasters into a list of numeric vectors
Description
Summarize a list of rasters into a list of numeric vectors
Usage
summarize_raster_list(raster_list, parallel = FALSE)
Value
a list of numeric vectors
Arguments
- raster_list
list of rasters
- parallel
process in parallel? Default FALSE
. If TRUE
, it is up to
the user to call future::plan()
(or set options)
to specify what parallel strategy to use.