recurseNeighbors: Recursively find neighbors

View source: R/densityRasterRemoveIntersection.R

recurseNeighborsR Documentation

Recursively find neighbors

Description

This function finds neighbors of a cell recursively

Usage

recurseNeighbors(cell, visited, ras, allCells, verbose = F)

Arguments

cell

The cell you are checking

visited

Cells you have already visited

ras

The raster you are checking

allCells

All possible valid cells

verbose

Whether or not to print extra statements


kaiyaprovost/subsppLabelR documentation built on Feb. 28, 2025, 8 p.m.