Description Usage Arguments Details Value Author(s) References Examples
Create a new webvis object to store each layer of the visualization.
1  | new.webvis(name="vis", description, width=300, height=200, dataset, root, branch=list(), render)
 | 
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.  | 
new.webvis Create a new webvis object to store each layer of the visualization.
A webvis object.
Shane Conway shane.conway@gmail.com
http://vis.stanford.edu/protovis/
1  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.