Yess! This is amazing. Please make it so that I don't have to remember what commands I need to use or which parameters. I use R once every 4-5 months and every time it feels like I'm starting over. QPlot?! Which parameter goes where? Hist or histogram? Getting over this would be very refreshing. Cheers.
If you're on *nix, Rkward (http://rkward.sourceforge.net/) is a good alternative as well, and it also lets you browse the tree of live objects visually
Thank you for the motivation! Right now im finishing up the fundamentals - basically getting all of R working over the web, manage sessions and removing the dangerous stuff like file operations, socket connections and infinite loops. Then I will add visual "gadgets" that let you do common things fast, as well as interactively, which is important in exploratory data analysis. Thanks again.
Comments
Yess! This is amazing. Please make it so that I don't have to remember what commands I need to use or which parameters. I use R once every 4-5 months and every time it feels like I'm starting over. QPlot?! Which parameter goes where? Hist or histogram? Getting over this would be very refreshing. Cheers.
If you're on *nix, Rkward (http://rkward.sourceforge.net/) is a good alternative as well, and it also lets you browse the tree of live objects visually
I hope this gets ported to OS X and Windows
Thank you for the motivation! Right now im finishing up the fundamentals - basically getting all of R working over the web, manage sessions and removing the dangerous stuff like file operations, socket connections and infinite loops. Then I will add visual "gadgets" that let you do common things fast, as well as interactively, which is important in exploratory data analysis. Thanks again.