Description Usage Arguments Value References See Also Examples
View source: R/false_ring_proportion.R
Fit a Weibull function for the calculation of age corrected IADF frequencies according to Novak et al. (2013).
1 2 3 4 5 6 7 8 | novak_weibull(
novak_freq_object,
min.n = 15,
start = NULL,
max.iter = 500,
make.plot = TRUE,
...
)
|
novak_freq_object |
A novak_freq_object as obtained from
|
min.n |
minimum number of samples within each cambial age to be included in model estimation |
start |
set custom start values - default to
|
max.iter |
maximum iterations for internally used
|
make.plot |
logical |
... |
additional plotting arguments |
a model object of class "nls"
Novak, Klemen and Sánchez, Miguel Angel Saz and Čufar, Katarina and Raventós, Josep and de Luis, Martin. Age, climate and intra-annual density fluctuations in in Spain, IAWA Journal, 34, 459-474 (2013), doi:10.1163/22941932-00000037
1 2 3 | data('example_iadf')
model <- novak_weibull(novak_freq(example_iadf), 15)
novak_index(example_iadf, model)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.