d3po | R Documentation |
htmlwidget
interface to the
d3po javascript chart libraryThis function provides 'd3po' methods from R console
d3po(data = NULL, ..., width = NULL, height = NULL, elementId = NULL)
data |
d3po need explicit specified data objects formatted as JSON, and this parameter passed it from R. |
... |
Aesthetics to pass, see |
width |
Must be a valid CSS unit (like |
height |
Same as width parameter. |
elementId |
Dummy string parameter. Useful when you have two or more charts on the same page. |
Creates a basic 'htmlwidget' object for simple visualization
Mauricio Vargas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.