getParentTrees: Get Parent Trees For Subplots

Description Usage Arguments Value

Description

This function finds all possible parent trees in a radius around a subplot.

Usage

1
getParentTrees(subplotdf, fulldf, searchradius = 20.5)

Arguments

subplotdf

This is a data.frame which contains 'x', 'y', and 'species' columns. These are the places to search the full data.frame for parent trees.

fulldf

This is the full data.frame which catalogues each tree in a plot.

searchradius

This is a number, default 20.5, which represents the distance to search from the center of the subplot for adult trees. It should be the search distance plus half of the subplot width.

Value

This function returns individual records of trees that fall within the search radius, their x and y coordinates, dbh value, species, distance to subplot, and the seedling density within that subplot.


ecology-rocks/disperseR documentation built on May 15, 2019, 7:58 p.m.