crossRings {measuRing} | R Documentation |
dplR crossdating
Description
This function implements routines to crossdate TRWs.
Usage
crossRings(mdr, smp = 1,
ncol = 1:length(mdr),
fun = "corr", ...)
Arguments
mdr |
|
smp |
|
ncol |
|
fun |
|
... |
arguments to be passed to the function. |
Value
output of selected function.
Author(s)
Wilson Lara <wilarhen@gmail.com> [aut, cre] (<https://orcid.org/0000-0003-3527-1380>), Carlos Sierra [aut] (<https://orcid.org/0000-0003-0009-4169>), Felipe Bravo [aut] (<https://orcid.org/0000-0001-7348-6695>)
Examples
## Paths to three image sections in the package:
img <- system.file(c("P105_a.tif",
"P105_b.tif",
"P105_d.tif"),
package="measuRing")
## Recursive detection:
mrings <- multiDetect(img,
last.yr = 2013,
auto.det = TRUE,
plot = FALSE)
## corr analysis
crossRings(mrings,
fun = 'corr',
seg.length = 10,
bin.floor = 0,
lag.max = 2,
make.plot = FALSE)
[Package measuRing version 0.5.1 Index]