Learn R Programming

webvis (version 0.0.2)

pv.panel: A protovis panal.

Description

A protovis panal.

Usage

pv.panel(wv, data, width=300, height=200, left, right, bottom, top, anchor)

Arguments

wv
A webvis param object from pv.param().
data
A webvis object.
width
The width of the panel (in pixels).
height
The height of the panel (in pixels).
left
Where the panel should start with respect to the left of the window.
right
Where the panel should start with respect to the right of the window.
bottom
Where the panel should start with respect to the bottom of the window.
top
Where the panel should start with respect to the top of the window.
anchor
Whether the panel should be anchored to the parent object.

Value

Details

pv.panel A protovis panal.

References

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

Examples

Run this code
pv.panel(width=NULL, height=NULL, anchor="bottom") # a panel with no settings anchored to a parent object

Run the code above in your browser using DataLab