An open API service indexing awesome lists of open source software.

https://github.com/johncoene/horizonplot

Horizon Plot Time Series
https://github.com/johncoene/horizonplot

r rstats visualization

Last synced: 14 days ago
JSON representation

Horizon Plot Time Series

Awesome Lists containing this project

README

        

# horizon

Create horizon plots time series in R via [horizon-timeseries-chart](https://github.com/vasturiano/horizon-timeseries-chart).

> Still in development.

## Installation

Install from [GitHub](https://github.com/) with:

``` r
# install.packages("remotes")
remotes::install_github("JohnCoene/horizonplot")
```

## Example

```r
library(horizonplot)

horizon(tsdata, attrs(x = dates, y = value, group = grp))
```