loopFindClusters: Loop to find recursive clusters and returns list of clusters

View source: R/densityRasterRemoveIntersection.R

loopFindClustersR Documentation

Loop to find recursive clusters and returns list of clusters

Description

This function loops over clusters to find them

Usage

loopFindClusters(
  ras,
  allCells = which(!is.na(values(ras))),
  targetCells = allCells,
  verbose = F
)

Arguments

ras

The raster

allCells

All possible cells

targetCells

The cells to be clustered

verbose

Whether or not to be verbose


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