Description Format Details Examples
A JSON file enumerating the dependencies between classes in a software class hierarchy. Dependencies are bundled according to the parent packages.
A JSON data file (with txt extension for R)
Sourced from Mike Bostock's examples, see here: http://bl.ocks.org/mbostock/raw/7607999/
1 2 3 4 5 | ## Not run:
filepath = system.file("sampleData", "flare-imports.json", package = "edgebundleR")
edgebundle(filepath,width=800,height=800,fontsize=8,tension=0.95)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.