Learn R Programming

TreeLS (version 2.0.2)

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 TreeIDs to circular (TRUE) or squared (FALSE) patches.