Learn R Programming

webvis (version 0.0.2)

webvisToHTML: Convert webvis to HTML.

Description

Convert webvis to HTML.

Usage

webvisToHTML(wv, div.id="id", html.wrap=TRUE, title, head=getHead(title = title, protovis.path = protovis.path), tail=getTail(), protovis.path)

Arguments

wv
A webvis.flat object (from the unfold.webvis function()).
div.id
The div tag id.
html.wrap
Whether to wrap the visualization in other supplied HTML.
title
The title of the HTML page.
head
The HTML above the webvis.
tail
The HTML below the webvis.
protovis.path
The path to the protovis javascript.

Value

Details

webvisToHTML Convert webvis to HTML.

References

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