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:

Usage

tsviz()

Examples

if(interactive()){
prices <- tsviz::crypto_prices
tsviz::tsviz()
}

[Package tsviz version 0.1.0 Index]