powered by
This function aligns tree ring series to match their cambial ages, taking pith offset into account if provided.
to_cambial_age(rwl, po = NULL)
a data frame/rwl object.
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
# NOT RUN { library("dplR") data("gp.rwl") data("gp.po") gp.po$series <- as.character(gp.po$series) iadf:::to_cambial_age(gp.rwl, gp.po) # }
Run the code above in your browser using DataLab