Skip to content

g2inR/g2r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. Please participate and share your thoughts, ideas, desires.

g2

The new 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.

Code of Conduct

This should be a friendly welcoming place. Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.