Learn R Programming

webvis (version 0.0.2)

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

Description

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

Usage

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.

Value

Details

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

References

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