Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/the-y-company/trendchart

Trendchart for R
https://github.com/the-y-company/trendchart

Last synced: 3 months ago
JSON representation

Trendchart for R

Awesome Lists containing this project

README

        

# trendchart

Small, simple [trendchart](https://github.com/WebLogin/trendchart-elements) for R.

## Installation

``` r
# install.packages("remotes")
remotes::install_github("the-y-company/trendchart")
```

## Example

``` r
trendchart::trend_line(sample(1:100))
```