partial_decouple_buffers: Partially decoupled buffers

View source: R/cut_buffers.R

partial_decouple_buffersR Documentation

Partially decoupled buffers

Description

Create buffers where one focal buffer is isolated, and all others are grouped.

Usage

partial_decouple_buffers(r, p, buffers, keep_buffer)

Arguments

r

A SpatRaster.

p

A SpatVector of points.

buffers

A numeric vector of buffer distances (sorted ascending).

keep_buffer

The buffer to isolate (must be one of the values in buffers).

Value

A list with rasters and buffers.


wilsonfrantine/landscapeDecoupler documentation built on June 2, 2025, midnight