Rdocumentation
powered by
Learn R Programming
webvis (version 0.0.2)
unfold.webvis: Unfolds the visualization tree structure into a flat form.
Description
Unfolds the visualization tree structure into a flat form.
Usage
unfold.webvis(wv, name="vis", parent)
Arguments
wv
The webvis object containing the visualization.
name
The name of the visualization (will show up as variables in the javascript).
parent
If the node has a parent (particularly used when function is called recursively).
Value
Details
unfold.webvis
Unfolds the visualization tree structure into a flat form.
References
http://vis.stanford.edu/protovis/
See Also
new.webvis
that creates the webvis object.