|
Project Information
Members
Links
|
webvis is an R (http://www.r-project.org) package designed to provide a common framework for creating web visualizations (now available on CRAN). It is currently a wrapper for protovis (http://vis.stanford.edu/protovis/), although it will ultimately provide access to other visualization libraries including the Google Visualization API (http://code.google.com/apis/visualization/). More resources can be found here: http://www.insideria.com/2009/12/28-rich-data-visualization-too.html. Webvis can be installed in R by calling install.packages("webvis"). You can test the installation by running the primary demo: demo(playfairs.wheat). RoadmapHere is a rough outline of the project plan. More details can be found on the "Issues" tab.
Current StatusI have placed a pre-Alpha release on CRAN. I'm looking for collaborators on this project. Are you a strong developer who's passionate about R and graphics? Send me a note (shane.conway at gmail dot com) and let's build a simple yet powerful R web visualization package. ExamplesHigh LevelThe S3 plot.webvis function is the most basic high-level function in the package. See each function help file for more examples. This command plot.webvis(x=10*rnorm(20), y=10*rnorm(20), width=500, height=300, type="dot") produces the following image (as javascript).
|