powered by
A Graphical User Interface (GUI) to correct tree-ring borders
correctRings(x, chrono = NULL)
an xRingList object
xRingList
a data.frame with a reference chronology, if NULL a reference chronology is calculated using tree-ring width series from x
NULL
x
This function uses the tkRplot function (tkRplotR package) to interact with X-ray microdensity profiles.
tkRplot
# NOT RUN { if (interactive()) { data(PaPiRaw) data(PaPiSpan) PaPi <- detectRings(PaPiRaw, PaPiSpan) PaPiCorrect <- correctRings(PaPi) } # }
Run the code above in your browser using DataLab