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
- Host: GitHub
- URL: https://github.com/johncoene/horizonplot
- Owner: JohnCoene
- License: other
- Created: 2019-09-09T20:28:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-24T12:13:19.000Z (about 5 years ago)
- Last Synced: 2025-04-12T00:42:31.843Z (14 days ago)
- Topics: r, rstats, visualization
- Language: R
- Homepage: http://horizon.john-coene.com
- Size: 164 KB
- Stars: 21
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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))
```