Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/the-y-company/trendchart
- Owner: the-y-company
- License: gpl-3.0
- Created: 2024-01-11T00:41:06.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-01-29T01:04:23.000Z (9 months ago)
- Last Synced: 2024-01-29T02:37:11.455Z (9 months ago)
- Language: R
- Homepage: http://trendchart.the-y-company.com/
- Size: 520 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-shiny-extensions - trendchart - Small, simple trendchart for R. (Visualization / Sparkline)
- jimsghstars - the-y-company/trendchart - Trendchart for R (R)
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))
```