Last chance! 50% off unlimited learning
Sale ends in
Fit a Weibull function for the calculation of age corrected IADF frequencies according to Novak et al. (2013).
novak_weibull(
novak_freq_object,
min.n = 15,
start = NULL,
max.iter = 500,
make.plot = TRUE,
...
)
A novak_freq_object as obtained from
novak_freq
minimum number of samples within each cambial age to be included in model estimation
set custom start values - default to
list(a = 4, b = 0.33, c = 15.5)
maximum iterations for internally used
nls
logical
additional plotting arguments
a model object of class "nls"
Novak, Klemen and S<U+00E1>nchez, Miguel Angel Saz and <U+010C>ufar, Katarina and Ravent<U+00F3>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
# NOT RUN {
data('example_iadf')
model <- novak_weibull(novak_freq(example_iadf), 15)
novak_index(example_iadf, model)
# }
Run the code above in your browser using DataLab