| crossRings | R Documentation | 
This function implements routines to crossdate TRWs.
crossRings(mdr, smp = 1, 
    ncol = 1:length(mdr), 
    fun = "corr", ...)| mdr | 
 | 
| smp | 
 | 
| ncol | 
 | 
| fun | 
 | 
| ... | arguments to be passed to the function. | 
output of selected function.
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>)
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.