flare-imports.json {edgebundleR}R Documentation

Flare software class hierarchy

Description

A JSON file enumerating the dependencies between classes in a software class hierarchy. Dependencies are bundled according to the parent packages.

Format

A JSON data file (with txt extension for R)

Details

Sourced from Mike Bostock's examples, see here: http://bl.ocks.org/mbostock/raw/7607999/

Examples

## 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)

[Package edgebundleR version 0.1.4 Index]