tidyTs | R Documentation |
takes a TS object and turns it into a long, tidy, data.frame. Useful for data manipulation and analysis in the tidyverse and plotting. The opposite operation as untidyTs()
tidyTs(TS, age.var = NA)
TS |
a LiPD Timeseries object |
age.var |
variable name for the time dimension |
a tidy data.frame
Other LiPD manipulation:
pullTsVariable()
,
pushTsVariable()
,
tidyTsOld()
,
untidyTs()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.