new.webvis: Create a new webvis object to store each layer of the...

Description Usage Arguments Details Value Author(s) References Examples

View source: R/protovis.R

Description

Create a new webvis object to store each layer of the visualization.

Usage

1
new.webvis(name="vis", description, width=300, height=200, dataset, root, branch=list(), render)

Arguments

width

The width in pixels.

height

The height in pixels.

name

The name of the visualization.

description

A description of the visualization.

dataset

A dataset associated with the visualization.

root

The root node of the visualization (the primary root should be a panel).

branch

A node layer underneath the root visualization.

render

The render command for the given visualization.

Details

new.webvis Create a new webvis object to store each layer of the visualization.

Value

A webvis object.

Author(s)

Shane Conway shane.conway@gmail.com

References

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

Examples

1

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