pv.panel: A protovis panal.

Description Usage Arguments Details Value Author(s) References Examples

View source: R/protovis.R

Description

A protovis panal.

Usage

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

Details

pv.panel A protovis panal.

Value

The HTML output

Author(s)

Shane Conway shane.conway@gmail.com

References

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

Examples

1
2
pv.panel() # the default panel size
pv.panel(width=NULL, height=NULL, anchor="bottom") # a panel with no settings anchored to a parent object

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