summarize_raster_list {bcmaps}R Documentation

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)

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.

Value

a list of numeric vectors


[Package bcmaps version 2.2.0 Index]