clutter_mod | R Documentation |
Construction of stand growth model based on Clutter model.
clutter_mod(growthdata,object="coef")
growthdata |
The data used to construct the stand growth model is in the format of data.frame and includes at least t1, t2, G1, G2, M1, M2, and SI. For specific meanings, see standgrowth. |
object |
object is a type of fitted model object. It has methods for the generic functions anova, coef, confint, deviance, df.residual, fitted, formula, logLik, predict, print, profile, residuals, summary, vcov and weights.see Details of nls function. |
Construction of stand growth model based on Clutter model.
The returned data format is a list, data summary for Clutter model.
Zongzheng Chai, chaizz@126.com
Clutter, J. L. (1963) Compatible Growth For Loblolly by the Southeastern, Forest Science, 9(3), pp. 354–371. Sullivan, A. D. and Clutter, J. L. (1972) A Simultaneous Growth and Yield for Loblolly Pine, Forest Science, 18(1), pp. 76–86.
data(standgrowth)
clutter_mod(growthdata=standgrowth,object="coef")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.