Hello everoyne, If you have ever used matlab you should know the variable editor. You click over the value of a variable in the workspace and it opens like a excel sheet. Do you know if there is something like that in R . This will make easier for me to understand what values are stored in a matrix. Also I am using rkward. Do you know if there is anyway to see the already defined variables? I would like to thank you in advance for your help Best Regards Alex [[alternative HTML version deleted]]
Take a look on ?edit edit(iris) On Wed, Nov 17, 2010 at 10:11 AM, Alaios <alaios@yahoo.com> wrote:> Hello everoyne, > If you have ever used matlab you should know the variable editor. You click > over the value of a variable in the workspace and it opens like a excel > sheet. Do you know if there is something like that in R . This will make > easier for me to understand what values are stored in a matrix. > > Also I am using rkward. Do you know if there is anyway to see the already > defined variables? > > > I would like to thank you in advance for your help > Best Regards > Alex > > > > > [[alternative HTML version deleted]] > > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > >-- Henrique Dallazuanna Curitiba-Paraná-Brasil 25° 25' 40" S 49° 16' 22" O [[alternative HTML version deleted]]
On Wed, Nov 17, 2010 at 1:11 PM, Alaios <alaios at yahoo.com> wrote:> Hello everoyne, > If you have ever used matlab you should know the variable editor. You click over the value of a variable in the workspace and it opens like a excel sheet. Do you know if there is something like that in R . This will make easier for me to understand what values are stored in a matrix. >There are several solutions available, but I would say that this is still work-in-progress in R. See discussion [1]. [1] http://www.mail-archive.com/r-sig-gui at stat.math.ethz.ch/msg00606.html> Also I am using rkward. Do you know if there is anyway to see the already defined variables? >If you're looking for an object browser, I think rkward provides one. Otherwise check JGR/Deducer, or ls(). Regards Liviu> > ?I would like to thank you in advance for your help > Best Regards > Alex > > > > > ? ? ? ?[[alternative HTML version deleted]] > > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > >-- Do you know how to read? http://www.alienetworks.com/srtest.cfm http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader Do you know how to write? http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail
On Wed, 17 Nov 2010 04:11:17 -0800, Alaios wrote:> Hello everoyne, > If you have ever used matlab you should know the variable editor. > You click over the value of a variable in the workspace and it opens > like a excel sheet. Do you know if there is something like that in R . > This will make easier for me to understand what values are stored in a > matrix. > > Also I am using rkward. Do you know if there is anyway to see the > already defined variables?If you are already using RKWard, it has a spreadsheet-style editor. Click on the Workspace button on the upper left and you will see a list of all objects (the second part of your question), including variables, data frame, and open packages. Then if you right click on the name of a data frame and select Edit from the context menu, you will see a spreadsheet-style editor. Best, Lee Hachadoorian PhD Student, Geography Program in Earth & Environmental Sciences CUNY Graduate Center