correctRings: Correct Tree-Ring Borders Interactively

correctRingsR 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 xRingList object

chrono

a data.frame with a reference chronology, if NULL a reference chronology is calculated using tree-ring width series from x

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)
}


xRing documentation built on April 22, 2022, 5:05 p.m.

Related to correctRings in xRing...