Learn R Programming

webvis (version 0.0.2)

Create graphics for the web from R.

Description

Uses Protovis to provide web graphics for R (exposes most low-level functions). Package is still under active development and shouldn't be considered stable until version 0.1. Currently uses a web browser to process JavaScript, although future version will process JavaScript directly and return the SVG output. Also does not properly support discrete labels (e.g. with histograms) or statistical functions. See website for more details.

Copy Link

Version

Install

install.packages('webvis')

Monthly Downloads

1

Version

0.0.2

License

BSD

Maintainer

Shane Conway

Last Published

October 23rd, 2011

Functions in webvis (0.0.2)

getHead

Return the head html.
pv.line

Add a line to the visualization.
is.webvis.param

Checks whether something is a webvis...
field.exists

Checks whether a field exists in a dataset.
pv.param

A protovis mark parameter.
webvis-package

Web graphics for R.
pv.data

Converts R data into Protovis data.
pv.chart

Add a chart to the visualization.
unfold.webvis

Unfolds the visualization tree structure into a flat form.
pv.bar

Add a bar to the visualization.
getTail

Return the tail html.
webvis.theme

Creates a theme to be used by a webvis chart object.
pv.dataset

Add a dataset as a variable to the visualization.
webvisToHTML

Convert webvis to HTML.
pv.mark

Generic function for all Protovis mark types.
is.webvis

Checks whether something is a webvis object.
pv.wedge

Add a wedge to the visualization (for pie charts, etc).
plot.webvis

Simplified plot function for web vis plots.
pv.panel

A protovis panal.
pv.rule

Add an rule to the visualization.
pv.dot

Add a dot to the visualization.
pv.parse

Takes a parameter and a webvis object and parses them.
esse

Checks whether something exists.
is.webvis.flat

Checks whether something is a webvis...
render.webvis

Create the final visualization from the webvis object.
new.webvis

Create a new webvis object to store each layer of the visualization.
pv.image

Add an image to the visualization.
pv.area

Add a bar to the visualization.
append.param

Used in pv...
"+.webvis"

Add a new layers to a visualization.
collapse

A simplied version of paste.
pv.scale

A scaling function for protovis.
pv.label

Add a label to the visualization.