arco | R Documentation |
Screens peaks when input data is charcoal-area records. Modified from the ARCO v1 function, available at urlhttps://github.com/wfinsinger/ARCO.
arco(
Seedle.file,
Smpl.file,
FireA.file,
FireC.file,
n.boot = 10000,
thresh.prob = 0.95,
win.width = 1000,
plotit = FALSE,
breakage = FALSE,
storedat = FALSE
)
Seedle.file |
A data frame with charcoal-particle areas. Should have as many rows as the number of charcoal particles and two columns in the following order:
|
Smpl.file |
A data frame with as many rows as the number of samples and
seven columns in the following order: |
FireA.file |
Output from peak-detection analysis based on charcoal areas.
Generate it using first the |
FireC.file |
Output from peak-detection analysis based on charcoal counts.
Generate it using first the |
n.boot |
Number of bootstrap samples generated by the function to
obtain a distribution of simulated charcoal-areas. By default,
|
thresh.prob |
The pth percentile threshold used to separate significant
charcoal-area peaks. By default |
win.width |
The temporal span of the window from which bootstrap samples
are generated. For each peak to be screened, particles are randomly drawn
(with replacement) from all samples within a focal window, which is
centered on the peak and has a full span of win.width.
By default |
plotit |
Logical. If |
breakage |
Logical. If |
storedat |
Logical. If |
This screening procedure is specific for data sets comprising charcoal numbers (counts) and areas. It screens the charcoal-area estimates with respect to the number and size of charcoal particles.
The method begins with a charcoal-area data set analysed by existing
methods to identify peaks representing fire episodes, e.g. the
peak_detection()
function with the argument
min_CountP = NULL
).
To screen these peaks, the method uses bootstrap resampling of
charcoal-particle areas observed in a user-defined subsection of the data
set around each peak (by default win.width = 1000
to obtain the range
of likely charcoal areas for different counts. Peaks with total area within
the likely range of bootstrapped samples (e.g. p > 0.05) are flagged as
potentially unreliable, whereas peak samples with total area
significantly greater than expected by chance are deemed robust indicators
of past fire episodes.
By default (as with storedat = FALSE
), the function returns a
list with the same structure as the input list (FireA.file).
Ryan Kelly
Walter Finsinger
Finsinger, W., R. Kelly, J. Fevre, and E.K. Magyari. 2014. A guide to screening charcoal peaks in macrocharcoal-area records for fire episode reconstructions. The Holocene, 24:1002–1008. doi: 10.1177/0959683614534737
Higuera, P.E., L.B. Brubaker, P.M. Anderson, F.S. Hu, and T.A. Brown. 2009. Vegetation mediated the impacts of postglacial climate change on fire regimes in the south-central Brooks Range, Alaska. Ecological Monographs, 79:201–219.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.