An RStudio addin to provide easy and interactive time series visualization. To be visible to the addin, time series must be stored in a dataframe in the global environment, with:
- at least a column of type Date
- at least a column of type numeric
You can install the released version of tsviz from CRAN with:
install.packages("tsviz")Or install the development version from Github:
devtools::install_github("donlelef/tsviz")Once you have installed the package, you do not need to load it with
library(), the addins are installed on your machine as part of the
package install process.
First, let us load some suitable data:
library(tsviz)
prices <- crypto_pricesThen, we can run the addin:
That’s it.
Have a look to the demo performed at erum 2020! Watch on YouTube: https://youtu.be/t8PZbP5b8EM?t=1870.
A proudly 🇮🇹 software development and data science startup.We consider ourselves a family of talented and passionate people building their own products and powerful solutions for our clients. Get to know us more on xtreamers.io or follow us on LinkedIn.

