Last active
February 23, 2018 08:08
-
-
Save cecilialee/d7acb160796b46dd75175c2323c26daa to your computer and use it in GitHub Desktop.
Use dc.js code directly in dcr. #r #shiny #dcr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| library(dcr) | |
| dcr <- dcr(mtcars) | |
| chart <- dcrchart(type = "rowChart", id = "chart1", dimension = "cyl", | |
| reduce = reduceCount(), width = 400, height = 250, | |
| colors = dc_code("d3.scale.category10()")) | |
| dcr + chart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment