Learn R Programming

bcmaps (version 0.18.1)

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,
  future_strategy = NULL,
  workers = NULL,
  ...
)

Arguments

raster_list

list of rasters

parallel

process in parallel? Default FALSE.

future_strategy

the strategy to use in future::plan() for parallel computation. Default NULL respects if user has already set a plan using future::plan() or an option, otherwise uses "multiprocess".

workers

number of workers if doing parallel. Default NULL uses the default of the future strategy chosen (usually future::availableCores()).

...

passed on to future::plan()

Value

a list of numeric vectors