correctRings {xRing} | R Documentation |
Correct Tree-Ring Borders Interactively
Description
A Graphical User Interface (GUI) to correct tree-ring borders
Usage
correctRings(x, chrono = NULL)
Arguments
x |
an |
chrono |
a data.frame with a reference chronology, if |
Details
This function uses the tkRplot
function (tkRplotR package) to interact with X-ray microdensity profiles.
Value
an xRingList
object
Examples
if (interactive()) {
data(PaPiRaw)
data(PaPiSpan)
PaPi <- detectRings(PaPiRaw, PaPiSpan)
PaPiCorrect <- correctRings(PaPi)
}
[Package xRing version 0.1.1 Index]