Directly Edit and Play with Plots in R

The R-project describes itself as a “free software environment for statistical computing and graphics”. It can produce nice graphics indeed, but in practice editing them often gets tedious since any alteration must be given as one or multiple command-line commands. At least I thought so – until I found out about the playwith package. With it, you can play with any kind of graphic (plots, histograms, images…) interactively: zoom in/out, add text, modify colors and more. You can even add input elements (sliders, buttons,…) to interactively control any variable you’re using. The resulting graphics can be exported directly (hint: set output format with playwith.options(save.as.format = "svg") ). Try the package out: Playwith at Google Code.

2 Responses to “Directly Edit and Play with Plots in R”

  1. I have worked with playwith a bit – and liked the approach. Did you ever look at http://code.google.com/p/latticist/?

  2. Hi, following your advice I just tried out Latticist. I think it’s a great way to initially approach multivariate data. It gives a good overview and the possibility for fast exploration of more detailed views. Thanks for pointing me to this.

Leave a Reply