correctRings {xRing} | R Documentation |
A Graphical User Interface (GUI) to correct tree-ring borders
correctRings(x, chrono = NULL)
x |
an |
chrono |
a data.frame with a reference chronology, if |
This function uses the tkRplot
function (tkRplotR package) to interact with X-ray microdensity profiles.
an xRingList
object
if (interactive()) {
data(PaPiRaw)
data(PaPiSpan)
PaPi <- detectRings(PaPiRaw, PaPiSpan)
PaPiCorrect <- correctRings(PaPi)
}