absTreshold | R Documentation |
"Blind" definition of the absolute-increase threshold of Fraver & White 2005 (1.25*standard deviation).
absTreshold(abs, tvalue = 1.25)
abs |
A data.frame with series as columns and years as rows such as that produced by read.* function of dplR . |
tvalue |
constat from Fraver & White 2005 |
You can specifie threshold value or use 1.25 * standard deviation used in Fraver & White 2005.
Returns one threshold value.
Check the reference.
Pavel Fibich <pavel.fibich@prf.jcu.cz>, Jan Altman <altman.jan@gmail.com>, Tuomas Aakala <tuomas.aakala@helsinki.fi>, Jiri Dolezal <jiriddolezal@gmail.com>
Fraver, S. & White, A.S. 2005. Identifying growth releases in dendrochronological studies of forest disturbance. Canadian Journal of Forest Research-Revue Canadienne De Recherche Forestiere, 35, 1648-1656.
help
absoluteIncrease
data(relData)
abs<-absIncrease(relData1)
absTreshold(abs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.