View source: R/local_heights.r
| local.heights | R Documentation | 
Wrapper function for estimating heights using local allometric equations.
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   | 
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   | 
thresh | 
 thresh argument to   | 
na.too.big | 
 na.too.big argumet to   | 
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.