[R] yeroon.net/ggplot2 web application v0.11

Jeroen Ooms jeroen.ooms at stat.ucla.edu
Mon Dec 7 02:07:51 CET 2009


A new version of the ggplot2 web application is available at
http://www.yeroon.net/ggplot2. New features include 1D geom’s
(histogram, density, freqpoly), syntax mode (by clicking the tiny
arrow at the bottom), and some additional facet options. Furthermore
some minor improvements and fixes, most notably for Internet Explorer.

As usual, a little demo video that shows how to use the new features:
http://www.youtube.com/watch?v=7XGN6OSCq6E&hd=1 (watch in full
screen). The datafile from the demo is available at
http://www.yeroon.net/ggplot2/myMovies.csv.

The data upload has not been improved yet, I am working on that. For
now, it supports .csv, .sav (spss), and tab delimited data. Please
make sure your filename has the appropriate extension and every column
has a header in your data. If you export a dataframe from R, use:
write.csv(mydf, ”mydf.csv” , row.names=F). If you upload an spss
datafile, none of this should be a concern.

Supported browsers are IE6-8, FF, Safari, and Chrome, but a recent
browser is highly recommended. As always, feedback is more than
welcome.

Jeroen




More information about the R-help mailing list