tidyrwl {iadf} | R Documentation |
tidy and untidy ring width data
Description
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
Usage
tidy_crn(crn)
untidy_crn(tidy_crn)
tidy_rwl(rwl, value_col = "rwl")
untidy_rwl(tidy_rwl, value_col = "rwl")
Arguments
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 |
Value
data frames or tibbles
[Package iadf version 0.1.2 Index]