Interactive data visualization with cranvas by Christophe Lalanne.
From the post:
One of the advantage of R over other popular statistical packages is that it now has “natural” support for interactive and dynamic data visualization. This is, for instance, something that is lacking with the Python ecosystem for scientific computing (Mayavi or Enthought Chaco are just too complex for what I have in mind).
Some time ago, I started drafting some tutors on interactive graphics with R. The idea was merely to give an overview of existing packages for interactive and dynamic plotting, and it was supposed to be a three-part document: first part presents basic capabilities like
rgl
,aplpack
, andiplot
(aliasAcinonyx
)–this actually ended up as a very coarse draft; second part should presentggobi
and its R interface; third and last part would be about the Qt interface, withqtpaint
andcranvas
. I hope I will find some time to finish this project as it might provide useful complements to my introductory statistical course on data visualization and statistics with R.
An update on interactive data visualization with R (cranvas).
High end visualization is within the reach of anyone with perseverance and a computer.
Per Christophe: Sometimes the visualization you need is the digital equivalent of pen and napkin.