Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g2inR/g2r
experiments with R and g2
https://github.com/g2inR/g2r
grammar graphics htmlwidgets interactive javascript r rstats visualization web
Last synced: 3 months ago
JSON representation
experiments with R and g2
- Host: GitHub
- URL: https://github.com/g2inR/g2r
- Owner: g2inR
- License: other
- Created: 2018-01-09T22:58:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-28T18:45:54.000Z (almost 7 years ago)
- Last Synced: 2024-07-29T19:25:40.080Z (3 months ago)
- Topics: grammar, graphics, htmlwidgets, interactive, javascript, r, rstats, visualization, web
- Language: JavaScript
- Size: 688 KB
- Stars: 33
- Watchers: 9
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - g2inR/g2r - experiments with R and g2 (JavaScript)
README
Experiments with R and g2 - this is nowhere near a full-featured `htmlwidget`. I'll start with hacks and sketches to understand the `g2` API and hopefully determine the best way to structure an `R` API for chart creation.
For now, code, discussion, and experiments are all in [issues](https://github.com/timelyportfolio/g2r/issues). Please participate and share your thoughts, ideas, desires.
# g2
The new [g2](https://github.com/antvis/g2) is just too good to not integrate into `R`. Leland Wilkinson's Grammar of Graphics inspired both `ggplot2` and `g2` so hopefully many of the concepts will translate nicely.
### Facets
Good facetting is what really separates `g2` from nearly all other `JavaScript` visualization libraries. Definitely have a look at the facetting [examples](https://antv.alipay.com/zh-cn/g2/3.x/demo/index.html#_%E5%88%86%E9%9D%A2).
# Code of Conduct
This should be a friendly welcoming place. Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.