Description Usage Arguments Value
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
1 2 3 4 5 6 7  | tidy_crn(crn)
untidy_crn(tidy_crn)
tidy_rwl(rwl, value_col = "rwl")
untidy_rwl(tidy_rwl, value_col = "rwl")
 | 
crn | 
 a chronology as obtained from   | 
tidy_crn | 
 a tidy chronology as obtained from   | 
rwl | 
 ring width data as obtained from   | 
value_col | 
 column name of the value column in the tidy tibble of the input resp output object  | 
tidy_rwl | 
 tidy ring width data as obtained from   | 
data frames or tibbles
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.