little helper functions to convert dataframes from the data format used in multiple dendro-related R packages such as dplR to tidy data used in the tidyverse and vice versa
tidy_crn(crn)untidy_crn(tidy_crn)
tidy_rwl(rwl, value_col = "rwl")
untidy_rwl(tidy_rwl, value_col = "rwl")
data frames or tibbles
a chronology as obtained from chron
a tidy chronology as obtained from tidy_crn
ring width data as obtained from read.rwl
column name of the value column in the tidy tibble of the input resp output object
tidy ring width data as obtained from tidy_rwl