Home

Awesome

<!-- README.md is generated from README.Rmd. Please edit that file -->

tsviz

<!-- badges: start -->

Lifecycle:
experimental Travis build
status CRAN
status CRAN monthly
downloads CRAN
downloads Say Thanks!

<!-- badges: end --> <img src="man/figures/tsviz.png" align="right"/>

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:

Installation

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.

Example

First, let us load some suitable data:

library(tsviz)
prices <- crypto_prices

Then, we can run the addin:

Tutorial gif

That’s it.

Have a look to the demo performed at erum 2020! Watch on YouTube: https://youtu.be/t8PZbP5b8EM?t=1870.

Who we are

<img align="left" width="80" height="80" src="https://avatars2.githubusercontent.com/u/38501645?s=450&u=1eb7348ca81f5cd27ce9c02e689f518d903852b1&v=4"> A proudly 🇮🇹 software development and data science startup.<br>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 <a target="_blank" href="https://xtreamers.io">xtreamers.io</a> or follow us on <a target="_blank" href="https://it.linkedin.com/company/xtream-srl">LinkedIn</a>.