pv.parse: Takes a parameter and a webvis object and parses them.

Description Usage Arguments Details Value Author(s) References Examples

Description

Takes a parameter and a webvis object and parses them.

Usage

1
pv.parse(param, wv, data)

Arguments

param

A webvis param object from pv.param().

wv

A webvis object.

data

A dataset.

Details

pv.parse Takes a parameter and a webvis object and parses them.

Value

The HTML output

Author(s)

Shane Conway shane.conway@gmail.com

References

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

Examples

1
2
pv.parse(pv.param(name="text", data.name="y"))
pv.parse(pv.param(name="text", data.name="y"), data=data.frame(y=1:5))

leeper/rwebvis documentation built on May 21, 2019, 1:39 a.m.