Description Usage Arguments Value Examples
This function aligns tree ring series to match their cambial ages, taking pith offset into account if provided.
1 | to_cambial_age(rwl, po = NULL)
|
rwl |
a data frame/rwl object. |
po |
optional, a data frame containing series names in the first and po data as nr. of years in the second column. |
A data.frame with aligned series
1 2 3 4 5 | library("dplR")
data("gp.rwl")
data("gp.po")
gp.po$series <- as.character(gp.po$series)
iadf:::to_cambial_age(gp.rwl, gp.po)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.