select_clumps: Divide a Raster into Regions Separated by a Minimum Distance

Description Usage Arguments Value

Description

Classifies the non-NA values in a Raster* object into the unqiue minimal sets such that if two cells are within a given threshold distance of each other, they are in the same set.

Usage

1
select_clumps(x, threshold, ...)

Arguments

x

The Raster* object.

threshold

The minimum distance defining the groups.

...

Additional parameters passed to raster::clump.

Value

A Raster* of the same form as x.


petrelharp/landsim documentation built on May 25, 2019, 2:53 a.m.