tsviz {tsviz} | R Documentation |
An RStudio addin to visualize time series.
Time series are supposed to be contained into a data.frame
object in the global environment,
with the following format:
a column of type Date
one of more numeric columns
tsviz()
if(interactive()){
prices <- tsviz::crypto_prices
tsviz::tsviz()
}