Learn R Programming

tsviz

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

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:

That’s it.

Copy Link

Version

Install

install.packages('tsviz')

Monthly Downloads

153

Version

0.1.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Emanuele Fabbiani

Last Published

July 26th, 2019

Functions in tsviz (0.1.0)

%>%

Pipe operator
crypto_prices

Prices of 3 crypto currencies
tsviz

Easy and interactive visualization of time series