I'm wondering if it is possible to do this kind of dashboards in R (I mean this kind of plots)?
Here is examples which I want to do in R (first is from SAS)
edit: i work on Windows 7 (64bit).


|
|
Here is something to start with using base graphics. Making it prettier is left to the reader. You can see an example in action here: http://www.math.csi.cuny.edu/gw/ex-dashboard.R .
|
||||
|
|
|
You can do something similar with polar plots:
You can dig deeper into the code if you want to customize the look. Using
|
|||
|
|
|
This has little to do with R, but only with how to get hold of GUI widgets representing dashboard items. I think Gtk2 may do that, so the RGtk2 package (and its wrappers) could be of help. I know for a fact that the Qwt toolkit has, but that one is more difficult to access (as you need a C++ bridge). |
|||||||
|