Description Usage Arguments Value References See Also Examples
View source: R/false_ring_proportion.R
Calculation of age corrected IADF frequencies according to Novak et al. (2013).
1 | novak_index(iadf, model, po = NULL, method = "difference")
|
iadf |
A data frame with numeric columns representing individual series and years as rownames where years with IADF are marked binary with 1, those without with 0, years not covered by the series are set to NA. |
model |
a model, output of either |
po |
an optional data frame of pith offsets with series names in the first and pith offsets in the second column |
method |
method for the RCS detrending, 'quotient' or 'difference' |
a data frame
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.