Skip to content
/ tsviz Public

❗ This is a read-only mirror of the CRAN R package repository. tsviz — Easy and Interactive Time Series Visualization. Homepage: https://github.com/donlelef/tsviz Report bugs for this package: https://github.com/donlelef/tsviz/issues

License

Notifications You must be signed in to change notification settings

cran/tsviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsviz

Lifecycle: experimental Travis build status CRAN status CRAN monthly downloads CRAN downloads

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:

Tutorial gif

That’s it.

About

❗ This is a read-only mirror of the CRAN R package repository. tsviz — Easy and Interactive Time Series Visualization. Homepage: https://github.com/donlelef/tsviz Report bugs for this package: https://github.com/donlelef/tsviz/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages