Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/BALdbhGreater.R
Calculates the basal area (in cm2 if dbh is in mm) of trees that are at least X (in the same units as dbh) larger than the tree of interest for a list of trees.
1 | PBAL.dbh.greater(dbh.mm, dbh.mm.diff)
|
dbh.mm |
a vector of dbh in mm |
dbh.mm.diff |
minimum dbh difference between the tree and the tree of interest to be considered |
It estimates the basal area (in cm2) of trees that are at least dbh.mm.diff mm larger than the tree of interest.
It returns a list with the basal area of larger trees.
Cara Antón-Fernández (email: caf@nibio.no)
1 2 3 4 | library(sitree)
PBAL.dbh.greater(c(100,89,51,74,4), 3)
aggregate(dbh ~ plot.id, data = tr, FUN = PBAL.dbh.greater, dbh.mm.diff = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.