Identifies landscape morphologies: matrix, core, edge, corridor, stepping stone, branch, and perforation
Usage
lsm_landscape_morphology(
input,
output = NULL,
zero_as_null = FALSE,
region_input = FALSE,
morphological_segmentation = "all",
table_morphological_segmentation = FALSE,
area_round_digit = 0,
area_unit = "ha",
nprocs = 1,
memory = 300
)Arguments
- input
[character=""]
Habitat map, following a binary classification (e.g. values 1,0 or 1,NA for habitat,non-habitat) inside GRASS Data Base.- output
[character=""]
Map name output inside GRASS Data Base.- morphological_segmentation
[character=""]- nprocs
[numeric()]- memory
[numeric()]- zero_as_na
[logical(1)=FALSE]
IfTRUE, the function treats non-habitat cells as null; ifFALSE, the function converts non-habitat zero cells to null cells.
