Last chance! 50% off unlimited learning
Sale ends in
Splechtna is a combination of radial-growth averaging and boundary-line technique.
splechtna(data, change = NULL, prior = NULL, m1 = 10, m2 = 10,
boundary = NULL, buffer = 2, criteria = 0.2, criteria2 = 0.5,
segment = 0.5, gfun = mean, length = 2, segment2 = 0.5,
notop = 10, notop2 = 10, storedev = pdf, prefix=NULL )
Return list object with
By length and buffer filtred scaled percent growth change (PGC).
Release years per tree.
Original PGC.
Reduced releases values per tree and year.
Number of releases per year.
All PGC above criteria.
A data.frame with series as columns and years as rows such as that produced by read.* function of dplR .
Precomputed percent growth change.
Precomputed priors.
Determines the number of years to be averaged (including target year) for period prior the potential releas.
Determines the number of years to be averaged (including target year) for period prior the potential releas.
Boundary line function of one argument, eg. boundary=function(x) {5.0067*exp(-0.664*x)}
Number of years determining how close to one another two releases can be.
Threshold for detection of moderate release
Threshold for detection of major release.
Determines length of the segment on which prior growth will be divided
Determines length of the segment on which first mm of prior growth will be divided.
Determines if M1 and M2 values are mean or median for selected period.
Determines how many years have to be given critera exceeded to be considered as release.
Number of highest data points for fitting the boundary line.
Number of highest data points for fitting the boundary line in the segments for first mm.
Format for saving the graphical outputs, eg. pdf or jpeg.
Prefix of saved files.
Pavel Fibich <pavel.fibich@prf.jcu.cz>, Jan Altman <altman.jan@gmail.com>, Tuomas Aakala <tuomas.aakala@helsinki.fi>, Jiri Dolezal <jiriddolezal@gmail.com>
Splechtna is a combination of radial-growth averaging and boundary-line technique. This method was developed by Splechtna, Gratzer & Black (2005) and as a potential release accepts only growth pulses exceeding 50% growth change according to Nowacki & Abrams (1997). Only these potential releases were then scaled relative to the boundary line.
Splechtna, B.E., Gratzer, G. & Black, B.A. 2005. Disturbance history of a European old-growth mixed-species forest - A spatial dendro-ecological analysis. Journal of Vegetation Science, 16, 511-522.
splechtnaALL
plotRelease
reduceByLB
data(relData)
rel<-splechtna(relData1)
plotRelease(relData1,rel$change,rel,1,method="Splechtna")
Run the code above in your browser using DataLab