Description Usage Arguments Value Author(s)
View source: R/local_heights.r
Wrapper function for estimating heights using local allometric equations.
1 2 3 | local.heights(xdataset, dbh = "D4", use.height.constrain = FALSE,
max.size = 80, thresh = 20, na.too.big = FALSE, laser.cor = FALSE,
no.plot = TRUE)
|
xdataset |
Object returned by /codemergefp. |
dbh |
Character giving the name of the column contining the diameter measurements. Defaults to "D4". |
use.height.constrain |
Logical. Should height constrain function be used when selecting best model. Defaul is FALSE. |
max.size |
max.size argument to /codeheight.constrain. |
thresh |
thresh argument to /codefit.weib.models. |
na.too.big |
na.too.big argumet to /codeheight.constrain. |
laser.cor |
Logical. Should laser heights be adjusted to correct for bias. Default is FALSE. |
no.plot |
Logial. Should the best parameters exclude plot and cluster level. Default is TRUE. |
Dataframe with best parameters for height-diameter models for each row in xdataset.
Martin Sullivan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.