trp.crop: Tree points algorithm: fixed size patches.
Description
This function is meant to be used inside treePoints
. Assign points to a TreeID
inside circles/squares of fixed area around treeMap
coordinates.
Usage
trp.crop(l = 1, circle = TRUE)
Arguments
l
numeric
- circle radius or square side length.
circle
logical
- assign TreeID
s to circular (TRUE
) or squared (FALSE
) patches.