unfold.webvis: Unfolds the visualization tree structure into a flat form.

Description Usage Arguments Details Value Author(s) References See Also

View source: R/protovis.R

Description

Unfolds the visualization tree structure into a flat form.

Usage

1
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).

Details

unfold.webvis Unfolds the visualization tree structure into a flat form.

Value

A wv.flat object.

Author(s)

Shane Conway shane.conway@gmail.com

References

http://vis.stanford.edu/protovis/

See Also

new.webvis that creates the webvis object.


webvis documentation built on May 30, 2017, 12:46 a.m.