abundmodel.fit: Simply return the modeled histogram for any set of...

Description Usage Arguments Details

Description

Simply return the modeled histogram for any set of parameters.

Usage

1
abundmodel.fit(x, fit, modeltype, conf = NULL)

Arguments

fit

A fitted model.

modeltype

Functional forms to fit to the distribution; it can be:

  • Gaussian modeltype = "norm", with the quotes

  • Asymmetric Gaussian (a different standard deviation on left and right of the mode) modeltype = "asymnorm", with the quotes

  • Laplace (exponential distribution, with mirror image for negative values) modeltype = "symexp", with the quotes

  • Asymmetric Laplace (different rate constant for left and right of the center) modeltype = "asymexp", with the quotes

  • Asymmetric power distribution (different rate constant for left and right of the center) 'modeltype = "asympower", with the quotes.

conf

number of alternate fits to graph, as indication of confidence; if conf = NULL, no confidence lines are added

Details

Used as a subroutine inside graph.abundmodel().


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