startValues {BLA} | R Documentation |
Starting values for optimization functions
Description
This functions helps to determine initial values for a selected boundary line
model when using the functions blbin()
, blqr()
, bolides()
,
cbvn()
and ble_profile()
to determine model parameters.
Usage
startValues(model = "explore", p = NULL, digits = 2, ...)
Arguments
model |
Selects the functional form of the boundary line. It includes
|
p |
The number of selected points used to obtain start values for the logistic
mitcherlich and schmidt models. It is |
digits |
Number of decimal points for logistic type models (default is 2). |
... |
Additional graphical parameters. Applies to the logistic, mitcherlich and schmidt models to control the text on the plot. |
Details
This function uses the locator()
function. Once the model is selected,
the points that make up the boundary points are selected using mouse click on
the plots.
Value
A list containing the parameters of the suggested model.
Author(s)
Chawezi Miti <chawezi.miti@nottingham.ac.uk>
References
Fekedulegn, D., Mac Siurtain, M.P., & Colbert, J.J. 1999. Parameter estimation of nonlinear growth models in forestry. Silva Fennica 33(4): 327–336.
Lark, R. M., & Milne, A. E. (2016). Boundary line analysis of the effect of water filled pore space on nitrous oxide emission from cores of arable soil. European Journal of Soil Science, 67 , 148-159.
Examples
startValues(model="explore")