Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

jimhester/g2r

 
 

Repository files navigation

Installation

You can install package from Github.

# install.packages("remotes")
remotes::install_github("devOpifex/g2r")

Example

library(g2r)

g2(cars, asp(speed, dist, color = dist)) %>% 
  fig_point(asp(size = dist)) %>% 
  gauge_color_viridis()

Limitations

g2r currently does not work well with large datasets (performance drop), and some features are still under development, namely rmarkdown actions, shiny proxies, and maps. Theming is currently rather unwieldy.

About

Grammar of graphics for interactive visualisation using G2.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 88.0%
  • JavaScript 9.4%
  • CSS 2.4%
  • Makefile 0.2%