individual_grow.table: Create a table of individual trees and their growth over two...

Description Usage Arguments Value

Description

Create a table of individual trees and their growth over two censuses, with many species included.

The flag ctr is used to center the time variable, which is the number of years since 1960 of the interval midpoint. There is a logarithmic transformation, for which all growth <= 0 is converted to mingrow. There is also a power transformation, where each growth rate is raised to the power given by powertransformation.

In the latter, negative growths are transformed to negative, so do not need to be corrected.

Usage

1
2
3
4
individual_grow.table(cnsdata, powertransformation = 0.45,
  rnd = c(FALSE, TRUE, rep(FALSE, 4)), mingrow = 0.1, mindbh = 10,
  maxdbh = 10000, maxerrorSD = 4, maxerrorGrow = 75, center = 1992,
  debug = FALSE)

Arguments

cnsdata

A list of census data sets, for example: list(bciex::bci12t1mini, bciex::bci12t2mini, bciex::bci12t3mini).

rnd

used to rounddown dbhs for certain intervals. This argument indicates that dbhs < 50 mm are rounded down to 5-mm, necessary because saplings at BCI in 1982 and 1985 were measuring in 5-mm increments. The growth functions in the CTFS R Package handle this.

mindbh

The minimum diameter above which the counts are done. Trees smaller than mindbh are excluded. If NULL, all living trees are included.

debug

Logical. If TRUE, call browser to debug.

Value

A data frame where each row gives data from one individual, including:


forestgeo/ctfs documentation built on May 3, 2019, 6:44 p.m.