View source: R/false_ring_proportion.R
campelo_chapman | R Documentation |
Chapman model fitting to size classes for the calculation of size corrected IADF frequencies according to Campelo et al. (2015).
campelo_chapman(
campelo_freq_object,
min.n = 15,
start = NULL,
make.plot = TRUE,
max.iter = 500,
...
)
campelo_freq_object |
a campelo frequency object,
output of |
min.n |
minimum number of samples within each group to be included in model estimation |
start |
set custom start values - default to
|
make.plot |
logical |
max.iter |
maximum iterations for internally used
|
... |
additional plotting arguments |
a model object of class "nls"
Campelo, F., Vieira, J., Battipaglia, G. et al. Which matters most for the formation of intra-annual density fluctuations in Pinus pinaster: age or size? Trees (2015) 29: 237. doi:10.1007/s00468-014-1108-9
campelo_freq
, campelo_index
data('example_iadf')
data('example_rwl')
model <- campelo_chapman(campelo_freq(example_iadf, example_rwl))
campelo_index(example_iadf, example_rwl, model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.