summarize_raster_list: Summarize a list of rasters into a list of numeric vectors

View source: R/raster_by_poly.R

summarize_raster_listR 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


bcmaps documentation built on Oct. 18, 2023, 1:07 a.m.