tsviz {tsviz} | R Documentation |
Easy and interactive visualization of time series
Description
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
Usage
tsviz()
Examples
if(interactive()){
prices <- tsviz::crypto_prices
tsviz::tsviz()
}
[Package tsviz version 0.1.0 Index]