boundary_length: Calculate boundary lengths between classes in Raster*-objects

Description Usage

View source: R/boundary_length.R

Description

Takes a single or a list of Raster*-objects as input and returns border lengths between classes.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
boundary_length(
  rst,
  layer = NULL,
  subplot = NULL,
  plot_id_column = NULL,
  critical_layer = NULL,
  radius = 10,
  remove_na = FALSE,
  drop_geometries = TRUE,
  border_tree = FALSE
)

JonasGlatthorn/APAtree documentation built on Dec. 18, 2021, 1:41 a.m.