В Mon, 10 Mar 2025 17:04:52 +0700
ora...@quantbo.com пишет:
> From time to time when I run a lengthy program the GUI will
> spontaneously shrink to about 2/3 of its size, with the fonts also
> shrunk, then jump back to full size. Back and forth, back and forth.
It looks like the kind of resizing
Setup:
R-4.4.2patched-win.exe
Windows 11
I always run the R GUI maximized. From time to time when I run a lengthy
program the GUI will spontaneously shrink to about 2/3 of its size, with the
fonts also shrunk, then jump back to full size. Back and forth, back and forth.
I've been using R for m
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 mail
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 ex
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 UNSUBSCRIBE
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 val
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
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 colo
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 dataframe
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 --
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, Cana
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)
dat<-
Ranjan Maitra 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
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do
and Completion of All Assignments \\
& & \\[-0.10in]
{\bf Week 16} & & Review and Completion of All Assignments \\
& & \\[-0.10in]
& & Conclusions \\
& &
t.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 changing
parameter val
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. M
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
http://www.springer.com/
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
wrote:
> Hi,
>
> I'm working on a new set of simple, ecological modeling exercises for our
> campus' und
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 population
.zip'
>>>> Content type 'application/zip' length 445857 bytes (435 Kb)
>>>> opened URL
>>>> downloaded 435 Kb
>>>>
>>>> trying URL
>>> 'http://cran.fhcrc.org/bin/windows/contrib/2.15/snow_0.3-10.zip'
>>>
; successfully unpacked and MD5 sums checked
package 'multtest' successfully unpacked and MD5 sums checked
package 'rgl' successfully unpacked and MD5 sums checked
package 'MassSpecWavelet' successfully unpacked and MD5 sums checked
package 'RANN' successfully un
.0.zip'
>> Content type 'application/zip' length 1871439 bytes (1.8 Mb)
>> opened URL
>> downloaded 1.8 Mb
>>
>> package 'BiocGenerics' successfully unpacked and MD5 sums checked
>> package 'Rcpp' successfully unpacked and MD5 sums che
x27;multtest' successfully unpacked and MD5 sums checked
package 'rgl' successfully unpacked and MD5 sums checked
package 'MassSpecWavelet' successfully unpacked and MD5 sums checked
package 'RANN' successfully unpacked and MD5 sums checked
package 'snow' succe
ly unpacked and MD5 sums checked
package 'MassSpecWavelet' successfully unpacked and MD5 sums checked
package 'RANN' successfully unpacked and MD5 sums checked
package 'snow' successfully unpacked and MD5 sums checked
package 'RUnit' successfully unpacked and
not remove them.
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 whi
nd R 2.15.3/2/1 (all
version 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 stopp
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
>
>
&
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 publis
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.
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
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 situation
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 wrote:
>
> On Apr 2, 2011, at 4:21 AM, stan zimine wrote:
>
>> Hi.
>> Googled but did not found the
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" wrote:
CTRL+L helps.
2011/4/2 stan zimine
> Hi.
> Googled but did not found the answer for the following little issue.
>
> how to force
CTRL+L helps.
2011/4/2 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
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
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 nive)
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 console
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
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 a
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 im
Amitoj S. Chopra 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
> win
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
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:
http://r.789695.n4.nabble.com/R-GUI-tp1837662p2068626.
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.
https://stat.ethz.ch/pipermail/r-sig-gui/2008-Aug
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 G
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 wrote:
>
> I am really new with R Graphical user interfacefunctions. I am developing a
> software package to calculate pKa (biochemistry) but I want to
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 stuf
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
c
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 c
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 i
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
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
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 (agai
On Wed, Mar 19, 2008 at 12:56 PM, jeffreya <[EMAIL PROTECTED]> 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-p
ster.ca/jfox
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> project.org] On Behalf Of Richard M. Heiberger
> Sent: March-19-08 4:42 PM
> To: 'jeffreya'; r-help@r-project.org
> Subject: Re: [R] R GUI question
>
> Look at Rcmdr as the base fo
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 s
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'
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 loo
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
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 11/03/200
-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
This is a known problem with Suse10.3 --- lots of things that use Java
(e.g., Matlab) produce the same error message. I'm currently trying to
fix this upon my machine, but haven't succeeded yet. Josh Triplett
(http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6532373) suggested
the following
I have downloaded and tried to install JGR - Java GUI for R - Version 1.5.
I followed all the instructions (at least in my best resolution) and
installed Java latest version.
R installation complete fine.
Has anyone succeded in installing JGR on SuSE 10.3 ?
In the following I hade detailed the fail
63 matches
Mail list logo