growthAveragingALL: Overal function for Nowacki and Abrams 1997 method.

Description Usage Arguments Details Value Note Author(s) References See Also Examples

View source: R/trader.R

Description

Radial-growth averaging criteria developed by Nowacki & Abrams (1997).

Usage

1
2
3
growthAveragingALL(data, releases = NULL, m1 = 10, m2 = 10, 
  buffer = 2, drawing = TRUE, criteria = 0.25, criteria2 = 0.5, 
  prefix = "ga", gfun = mean, length = 2, storedev = pdf, ...)

Arguments

data

A data.frame with series as columns and years as rows such as that produced by read.* function of dplR .

releases

Optional parameter usable for precomputed releases.

m1

Determines the number of years to be averaged (including target year) for period prior the potential releas.

m2

Determines the number of years to be averaged (including target year) for period prior the potential releas.

buffer

Number of years determining how close to one another two releases can be.

drawing

If TRUE, graphical outputs for individual trees.

criteria

Threshold for detection of moderate release

criteria2

Threshold for detection of major release.

prefix

Prefix of saved files.

gfun

Determines if M1 and M2 values are mean or median for selected period.

length

Determines how many years have to be given critera exceeded to be considered as release.

storedev

Format for saving the graphical outputs, eg. pdf or jpeg.

...

Details

Radial-growth averaging criteria developed by Nowacki & Abrams (1997) is one of the most often used techniques from this category. This method computes the percentage growth change (%GC) between average radial growth over the preceding 10-year period, M1 (including the target year), and average radial growth over the subsequent 10-year period, M2 (excluding the target year): %GC = [(M2-M1)/M1] * 100. Minimum threshold for release is 25% growth change for moderate and >50% for major release. The advantage of this method is its broad applicability even for a small number of samples, and that information about species autecology is not necessary. On the other hand, this generality of radial-growth averaging may lead to detection of false releases and missing of true releases (Black & Abrams 2003; Fraver & White 2005). These inaccuracies are primarily caused by different growth rates in young, small, and suppressed trees when compared to older, larger and dominant trees.

Value

Write many tables and figures in the current directory.

Note

Check the reference.

Author(s)

Pavel Fibich <pavel.fibich@prf.jcu.cz>, Jan Altman <altman.jan@gmail.com>, Tuomas Aakala <tuomas.aakala@helsinki.fi>, Jiri Dolezal <jiriddolezal@gmail.com>

References

Nowacki, G.J. & Abrams, M.D. 1997. Radial-growth averaging criteria for reconstructing disturbance histories from presettlement-origin oaks. Ecological Monographs, 67, 225-249.

See Also

noblabrams, doAll

Examples

1
2
3

Example output

[1] "## Nowacki & Abrams analysis!"
[1] "Criteria 0.25 Criteria2 0.5 m1 10 m2 10 Buffer 2 Length 2"
[1] "Total number of releases >= 0.25 & < 0.5 is 13"
inyears
1888 1899 1920 1936 1938 1971 1978 1979 1980 1986 1995 
   1    1    1    1    2    1    1    1    2    1    1 
[1] "Total number of releases >= 0.5 is 30"
inyears
1895 1896 1899 1903 1927 1935 1936 1938 1939 1942 1947 1978 1984 1986 1988 1990 
   1    3    1    1    1    5    5    3    1    1    1    2    1    1    1    1 
1993 
   1 
[1] "## Nowacki & Abrams analysis!"
[1] "Criteria 0.25 Criteria2 0.5 m1 10 m2 10 Buffer 4 Length 3"
[1] "Total number of releases >= 0.25 & < 0.5 is 6"
inyears
1888 1920 1935 1936 1978 1980 
   1    1    1    1    1    1 
[1] "Total number of releases >= 0.5 is 22"
inyears
1895 1896 1903 1927 1935 1936 1938 1942 1947 1978 1986 1993 
   1    3    1    1    4    4    2    1    1    2    1    1 

TRADER documentation built on May 2, 2019, 9:02 a.m.