Re: [R] R GUI plot by color

2015-07-27 Thread jpara3
Ok, I will take it into account in the future. Thanks!! -- View this message in context: http://r.789695.n4.nabble.com/R-GUI-plot-by-color-tp4710297p4710382.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org

Re: [R] R GUI plot by color

2015-07-26 Thread Robert Baer
On 7/24/2015 6:23 AM, Jim Lemon wrote: Hi jpara3, Your example, when I got it to go: one-c(3,2,2) two-c(a,b,b) data-dataframe(one,two) plot(data$one,col=data$two) Wow Jim. Psychic indeed! Not only did you answer with NO reproducible example, but on round 2 you fixed a non-working example

[R] R GUI plot by color

2015-07-24 Thread jpara3
Hi, I want to do a plot from a variable (which i select from a listbox) with the color factor of the variable that i have selected from another listbox. To be not very heavy pasting all the code, i will only paste real important parts: data1 and data2 are the extacted parts of the dataframes

Re: [R] R GUI plot by color

2015-07-24 Thread Jim Lemon
Hi jpara3, Hmmm. It's becoming clearer, yes I think the answer is emerging from the swirling clouds of uncertainty. 1) The column names of data2 are not numbers 2) The number of columns in data2 is not equal to the number of values in data1 that you are plotting 3) You probably want to plot

Re: [R] R GUI plot by color

2015-07-24 Thread jpara3
I have done a trial with a dataframe like this: one-c(3,2,2) two-c(a,b,b) data-dataframe(uno,dos) plot(data$one,col=data$two) and it plots perfect. If I try it with the code that i have post in the first message, selecting data1 and data2 as i nthis example, the plot is plotted, but all dots

Re: [R] R GUI plot by color

2015-07-24 Thread Jim Lemon
Hi jpara3, Your example, when I got it to go: one-c(3,2,2) two-c(a,b,b) data-dataframe(one,two) plot(data$one,col=data$two) does indeed work, and I'll explain how. You are plotting the values of data$one against the _values_ of data$two (see point 3 of my response). In this case, the values of

Re: [R] R GUI plot by color

2015-07-24 Thread jpara3
Yes, you were right!! Thanks. -- View this message in context: http://r.789695.n4.nabble.com/R-GUI-plot-by-color-tp4710297p4710320.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list -- To

Re: [R] R GUI tklistbox get value

2015-07-21 Thread jpara3
Thanks mr FOX, now it works perfect!!! -- View this message in context: http://r.789695.n4.nabble.com/R-GUI-tklistbox-get-value-tp4710064p4710123.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list --

[R] R GUI tklistbox get value

2015-07-20 Thread jpara3
Hi, i have a dataframe, dat, with 2 variables, one and two. I want to print in R the mean of the selected variable of the dataframe. You can select it with a tklistbox, but when you click OK button, the mean is not displayed, just NA one-c(5,5,6,9,5,8) two-c(12,13,14,12,14,12)

Re: [R] R GUI tklistbox get value

2015-07-20 Thread John Fox
Dear j.para.fernandez, Try selecvar - dat[, as.numeric(tkcurselection(tl))+1] Omitting the comma returns a one-column data frame, not a numeric vector. I hope this helps, John John Fox, Professor McMaster University Hamilton, Ontario,

[R] R] R GUI for undergraduate lab class?

2014-07-14 Thread Dr. Thomas W. MacFarland
...@lifesci.ucsb.edu To: r-help@r-project.org Subject: [R] R GUI for undergraduate lab class? Message-ID: 41a24965-d53d-4bef-916b-431e18086...@lifesci.ucsb.edu Content-Type: text/plain; CHARSET=US-ASCII Hi, I'm working on a new set of simple, ecological modeling exercises for our campus' undergraduate

Re: [R] R GUI for undergraduate lab class?

2014-07-14 Thread john verzani
Ranjan Maitra maitra.mbox.ignored at inbox.com writes: Hi Louise, The INZight GUI might give students something to work with. https://www.stat.auckland.ac.nz/~wild/iNZight/ __ R-help@r-project.org mailing list

Re: [R] R GUI for undergraduate lab class?

2014-07-13 Thread Christoph Scherber
) An: r-help@r-project.org Betreff: [R] R GUI for undergraduate lab class? Hi, I'm working on a new set of simple, ecological modeling exercises for our campus' undergraduate Introductory Biology lab series. The students work with simple population models by looking at graphs and seeing how

[R] R GUI for undergraduate lab class?

2014-07-12 Thread Louise Stevenson
Hi, I'm working on a new set of simple, ecological modeling exercises for our campus' undergraduate Introductory Biology lab series. The students work with simple population models by looking at graphs and seeing how changing parameter values and initial population sizes changes how the

Re: [R] R GUI for undergraduate lab class?

2014-07-12 Thread Roy Mendelssohn
There are probably several solutions to what you want to do, but you might look at Shiny as one possibility: http://shiny.rstudio.com -Roy M. On Jul 12, 2014, at 1:47 PM, Louise Stevenson louise.steven...@lifesci.ucsb.edu wrote: Hi, I'm working on a new set of simple, ecological modeling

Re: [R] R GUI for undergraduate lab class?

2014-07-12 Thread Richard M. Heiberger
I recommend RExcel. RExcel is an add-in for Windows Excel that gives complete access to the entirety of R from Windows Excel. It is free for educational use. The program by Erich Neuwirth is at http://rcom.univie.ac.at Our book, designed as a supplement to any text, is at

Re: [R] R GUI for undergraduate lab class?

2014-07-12 Thread Ranjan Maitra
Hi Louise, I tried using Deducer (graphical frontend to R) in my introductory class (Stat 105 at Iowa State University) for civil and construction engineers and this was a roaring success this year. The class itself has a wee bit of software experience, which has previously been done using JMP.

Re: [R] R GUI frond has stopped working

2013-03-10 Thread Uwe Ligges
, cannot update packages 'KernSmooth', 'survival' Apologies if I was doing any silly mistakes Filippos -Original Message- From: Uwe Ligges [mailto:lig...@statistik.tu-dortmund.de] Sent: 09 March 2013 15:14 To: lefelit Cc: 'PIKAL Petr'; r-help@r-project.org Subject: Re: [R] R GUI frond has

Re: [R] R GUI frond has stopped working

2013-03-10 Thread Jeff Newmiller
, cannot update packages 'KernSmooth', 'survival' Apologies if I was doing any silly mistakes Filippos -Original Message- From: Uwe Ligges [mailto:lig...@statistik.tu-dortmund.de] Sent: 09 March 2013 15:14 To: lefelit Cc: 'PIKAL Petr'; r-help@r-project.org Subject: Re: [R] R GUI frond

Re: [R] R GUI frond has stopped working

2013-03-09 Thread Uwe Ligges
Regards Filippos -Original Message- From: PIKAL Petr [mailto:petr.pi...@precheza.cz] Sent: 08 March 2013 15:18 To: lefelit; r-help@r-project.org Subject: RE: [R] R GUI frond has stopped working Hi Some issues: 1 do not use HTML mail 2 what OS 3 which R version 4 when and how it stopped

Re: [R] R GUI frond has stopped working

2013-03-09 Thread Uwe Ligges
2013 15:14 To: lefelit Cc: 'PIKAL Petr'; r-help@r-project.org Subject: Re: [R] R GUI frond has stopped working On 09.03.2013 00:53, lefelit wrote: Hi I found the source of the problem. The R would not let me update the survival and KernSmooth package at the R/library folder. I manually delete

Re: [R] R GUI frond has stopped working

2013-03-09 Thread lefelit
-Original Message- From: Uwe Ligges [mailto:lig...@statistik.tu-dortmund.de] Sent: 09 March 2013 15:14 To: lefelit Cc: 'PIKAL Petr'; r-help@r-project.org Subject: Re: [R] R GUI frond has stopped working On 09.03.2013 00:53, lefelit wrote: Hi I found the source of the problem. The R

Re: [R] R GUI frond has stopped working

2013-03-09 Thread Jeff Newmiller
- From: Uwe Ligges [mailto:lig...@statistik.tu-dortmund.de] Sent: 09 March 2013 15:14 To: lefelit Cc: 'PIKAL Petr'; r-help@r-project.org Subject: Re: [R] R GUI frond has stopped working On 09.03.2013 00:53, lefelit wrote: Hi I found the source of the problem. The R would not let me

[R] R GUI frond has stopped working

2013-03-08 Thread lefelit
Hi I have sent couple of days ago an email describing an issue in regards to R software when I use the xcms package. I haven't got any response whether my post has been made public to receive any help for other users. Is my email again treated as spam or considered as inappropriate to be

Re: [R] R GUI frond has stopped working

2013-03-08 Thread PIKAL Petr
Regards Petr -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- project.org] On Behalf Of lefelit Sent: Friday, March 08, 2013 10:58 AM To: r-help@r-project.org Subject: [R] R GUI frond has stopped working Hi I have sent couple of days ago an email

Re: [R] R GUI frond has stopped working

2013-03-08 Thread lefelit
gave the same error). Hope this provides more information about the problem Regards Filippos -Original Message- From: PIKAL Petr [mailto:petr.pi...@precheza.cz] Sent: 08 March 2013 15:18 To: lefelit; r-help@r-project.org Subject: RE: [R] R GUI frond has stopped working Hi Some

[R] R Gui frond has stopped working

2013-03-06 Thread lefelit
I use R (2.15.2) on a windows 7 (64) for data mining with xcms package. This is a routine process for me and didn't encount any problems until few weeks ago when I got an error message for R GUI frond end has stopped working. The following information was given by windows to describe the error.

Re: [R] R-GUI shutdown

2011-06-28 Thread Uwe Ligges
On 27.06.2011 23:54, xin123620 wrote: Dear R Users, I was using R to import several years traffic data, but every time after data successfully imported (no error or warning) when I tried to save this workplace or tackle these data, R GUI would automatically shut down. Would you have any ideas

[R] R-GUI shutdown

2011-06-27 Thread xin123620
Dear R Users, I was using R to import several years traffic data, but every time after data successfully imported (no error or warning) when I tried to save this workplace or tackle these data, R GUI would automatically shut down. Would you have any ideas that how I should deal with this

Re: [R] R gui on windows how to force to always show the last line of output

2011-04-05 Thread stan zimine
thank you, David, for your answer, which has a therapeutic effect. Otherwise i was launching my prod code from Emacs ESS jas as Janice suggested. On Sat, Apr 2, 2011 at 2:27 PM, David Winsemius dwinsem...@comcast.net wrote: On Apr 2, 2011, at 4:21 AM, stan zimine wrote: Hi. Googled but

Re: [R] R gui on windows how to force to always show the last line of output

2011-04-03 Thread lcn
CTRL+L helps. 2011/4/2 stan zimine szim...@gmail.com Hi. Googled but did not found the answer for the following little issue. how to force R gui on windows (maybe a specific setting) to always show the last line of output in the window console. My program in R makes measurements every

Re: [R] R gui on windows how to force to always show the last line of output

2011-04-03 Thread wulei wong
i wonder why you want to change R but not your program itself, you just print the last sentence is ok? wuleiwong statistic@CSU On 03-Apr-2011 9:06 PM, lcn lcn...@gmail.com wrote: CTRL+L helps. 2011/4/2 stan zimine szim...@gmail.com Hi. Googled but did not found the answer for the following

[R] R gui on windows how to force to always show the last line of output

2011-04-02 Thread stan zimine
Hi. Googled but did not found the answer for the following little issue. how to force R gui on windows (maybe a specific setting) to always show the last line of output in the window console. My program in R makes measurements every 5 mins in indefinite loop and prints results in the

Re: [R] R gui on windows how to force to always show the last line of output

2011-04-02 Thread Jannis
If I were you, I would use another GUI. The standart GUI (to mee) seems to be very basic and lacks many handy features (e.g. autosave etc). I am not sure which GUI does what you want, but just try a few (list is sorted from intuitive to more complicated): -RStudio (still in Beta but very

Re: [R] R gui on windows how to force to always show the last line of output

2011-04-02 Thread David Winsemius
On Apr 2, 2011, at 4:21 AM, stan zimine wrote: Hi. Googled but did not found the answer for the following little issue. how to force R gui on windows (maybe a specific setting) to always show the last line of output in the window console. My program in R makes measurements every 5 mins in

[R] R gui problem for windows

2011-03-23 Thread Feng Li
Dear R, I rare use the standard R-gui on Windows. Yesterday I tried the latest stable release on Windows 7 and XP and found one thing interesting. Assume currently I am running R code, say example(plot) Then I click the close window button on the R main window. R asks me to save workspace

Re: [R] R gui problem for windows

2011-03-23 Thread Prof Brian Ripley
On Wed, 23 Mar 2011, Feng Li wrote: Dear R, I rare use the standard R-gui on Windows. Yesterday I tried the latest stable release on Windows 7 and XP and found one thing interesting. Assume You were asked in the posting guide (which clearly you have ignored as you sent HTML) to be accurate

Re: [R] R gui problem for windows

2011-03-23 Thread Feng Li
Thank you for spending time to point me to the posting guide. I apology for the unclear statement for the R version. It is 32bit 2.12.2. I love computer programs because I can always undo what I did before. For example I did not intend to close the program but I hit the mouse by mistake. Then I

[R] R GUI using traitr to display multiple data

2010-05-20 Thread Amitoj S. Chopra
Hello to everyone. I am constructing a GUI table using traitr with multiple buttons that respond to different codes. Such as I am doing titration of a protein, and I want the script to run and then the end to be displayed in a window. The window will have a button for data and graphs, where when

Re: [R] R GUI using traitr to display multiple data

2010-05-20 Thread j verzani
Amitoj S. Chopra amitojc at gmail.com writes: Hello to everyone. I am constructing a GUI table using traitr with multiple buttons that respond to different codes. Such as I am doing titration of a protein, and I want the script to run and then the end to be displayed in a window. The

Re: [R] R GUI

2010-04-27 Thread Amitoj S. Chopra
Hey do you know a good guide for traitr to learn from? Is this okay? Ive been trying it but it is difficult for me to learn. Thanks. Amitoj http://cran.r-project.org/web/packages/traitr/vignettes/traitr.pdf -- View this message in context:

[R] R GUI

2010-04-12 Thread Amitoj S. Chopra
I am really new with R Graphical user interfacefunctions. I am developing a software package to calculate pKa (biochemistry) but I want to make it look aesthetically pleasing and make it user friendly. I have heard that R has some GUI (Graphical user interface) and you can do some really cool

Re: [R] R GUI

2010-04-12 Thread Khanh Nguyen
I have toyed with 'traitr' recently... It is not fancy, but relatively easy to figure out. -k On Mon, Apr 12, 2010 at 4:00 PM, Amitoj S. Chopra amit...@gmail.com wrote: I am really new with R Graphical user interfacefunctions. I am developing a software package to calculate pKa (biochemistry)

Re: [R] R GUI

2010-04-12 Thread Vojtěch Zeisek
Dne Po 12. dubna 2010 22:00:21 Amitoj S. Chopra napsal(a): I am really new with R Graphical user interfacefunctions. I am developing a software package to calculate pKa (biochemistry) but I want to make it look aesthetically pleasing and make it user friendly. I have heard that R has some GUI

Re: [R] R GUI

2010-04-12 Thread Tengfei Yin
Hi I like gWidgets, you can choose different api, like rgtk2, tcltkeasy to use in R, looks pretty(at least for me), try the examples in the website first, the link below is the answers with tutorial links, you can also check gWidgets vignette.

[R] R GUI page on the wiki (was: Re: .... running JGR on a Linux/SuSE system)

2009-08-03 Thread Romain Francois
Hi, I've started the process of moving the page R gui page [1] to the R wiki [2]. The idea is that instead of being Philippe Grosjean's burden to update the static page, it becomes a collaborative exercize. So that it can be more up to date and can also contain things as use case, feature

Re: [R] [R-gui] Tinn-R/Latex output

2008-09-19 Thread Frank E Harrell Jr
Mike Prager wrote: David Carslaw [EMAIL PROTECTED] wrote: I find Tinn-R to be an excellent editor for R, but I have one question I have not been able to answer. I wish to include some R code in Latex. Using the Edit/Copy formatted (to export)/TeX does provide Latex-type output. However,

Re: [R] [R-gui] Tinn-R/Latex output

2008-09-19 Thread hadley wickham
On Fri, Sep 19, 2008 at 4:05 PM, Frank E Harrell Jr [EMAIL PROTECTED] wrote: Mike Prager wrote: David Carslaw [EMAIL PROTECTED] wrote: I find Tinn-R to be an excellent editor for R, but I have one question I have not been able to answer. I wish to include some R code in Latex. Using the

Re: [R] [R-gui] Tinn-R/Latex output

2008-09-19 Thread Frank E Harrell Jr
hadley wickham wrote: On Fri, Sep 19, 2008 at 4:05 PM, Frank E Harrell Jr [EMAIL PROTECTED] wrote: Mike Prager wrote: David Carslaw [EMAIL PROTECTED] wrote: I find Tinn-R to be an excellent editor for R, but I have one question I have not been able to answer. I wish to include some R code

[R] R GUI help

2008-07-30 Thread Tom.O
Hi R gurus Im currently doing some GUI coding with the rpanel package. I have come across a very interesting problem, how do I close a panel that I have created. This sounds silly for I can always click the X up in the right corner but how do I do it by code? for example; when I create a control

Re: [R] R GUI question

2008-03-24 Thread jeffreya
Thanks so much for all the input; I appreciate it. I think I'll stick with Tcl/Tk for now primarily on the basis of installation issues. I'm not sure that many of these users would have Java, so the other alternatives all seemed to add another level of complexity on to the installation task

[R] R GUI question

2008-03-19 Thread jeffreya
Hi. I'm looking to create a user-friendly program built around some R methods I've written. The program should be as easy to install and use as possible and will be built around a GUI. This program will be cross-platform; that's crucial. I'm familiar with Java and its GUI packages, I've been

Re: [R] R GUI question

2008-03-19 Thread Gabor Csardi
On Wed, Mar 19, 2008 at 12:56:13PM -0700, jeffreya wrote: Hi. I'm looking to create a user-friendly program built around some R methods I've written. The program should be as easy to install and use as possible and will be built around a GUI. This program will be cross-platform; that's

Re: [R] R GUI question

2008-03-19 Thread Richard M. Heiberger
Look at Rcmdr as the base for your additional menu functions. I am using it for my introductory courses and have added my own menu items. From CRAN, download and install Rcmdr and read it's documentation. Also from CRAN you can download and install my addin library RcmdrPlugin.HH The latter will

[R] R GUI installation on Linux/SuSE 10.3

2008-02-07 Thread Maura E Monville
After a long sufferance I had succeeded in installing R GUI on my Linux/SuSE system. It worked fine. Unluckily a system upgrade patch messed up my monitor so I had to reinstall SuSE 10.3 and every other application on top of it. I have R running back with text interface. I tried to get the nice R

Re: [R] R GUI for Linux

2007-11-06 Thread ecatchpole
Maura, The workaround from https://bugzilla.novell.com/show_bug.cgi?id=330991 seems to fix this for most people (but not me): just add export LIBXCB_ALLOW_SLOPPY_LOCK=1 to your ~/.profile file (or to /etc/profile to make it available for all users). Ted. Maura E Monville wrote on

Re: [R] R GUI for Linux

2007-11-01 Thread Edward Catchpole
-Original Message- From: [EMAIL PROTECTED] on behalf of ecatchpole Sent: Thu 2007-11-01 14:48 To: Maura E Monville Cc: [EMAIL PROTECTED] Subject: Re: [R] R GUI for Linux This is a known problem with Suse10.3 --- lots of things that use Java (e.g., Matlab) produce the same error message. I'm