search for: rpanel

Displaying 20 results from an estimated 26 matches for "rpanel".

Did you mean: panel
2007 Dec 05
4
os x crash using rpanel and tcltk (PR#10495)
Hello, I've recently discovered a persistent issue with rpanel when running R.app (2.6.1) on Mac OS X 10.4.11. tcltk and rpanel load without any apparent error, and the interactive panels appear to work as expected, however upon closing the panels rpanel has created I get catastrophic errors and R crashes completely. For the most part R manages to crash with d...
2013 Mar 26
1
update.packages(checkBuilt = TRUE) fails in updating rpanel_1.1-1 due to missing package BWidget
update.packages(checkBuilt = TRUE) fails with: > update.packages(checkBuilt = TRUE) rpanel : Version 1.0-6 installed in /usr/lib64/R/library built under R 2.15.0 Version 1.1-1 available at http://mirrors.softliste.de/cran Update (y/N/c)? y trying URL 'http://mirrors.softliste.de/cran/src/contrib/rpanel_1.1-1.tar.gz' Content type 'application/x-gzip' length 702508 byte...
2012 Sep 09
1
Error msg in rpanel
I am working on the r panel package. Now if i have a function that uses a radiogroup button, and if i attempt to run the function from inside the rpanel menu, i get this error: Error in panel$intname : $ operator is invalid for atomic vectors However if i run the function per se i.e. not from inside the rpanel menu, but by calling it independently, the above error doesn't appear. Here is a simple example. Try running the whole code versus ju...
2007 Nov 28
0
R crash using rpanel on mac os x
Hello, I've recently discovered a persistent issue with rpanel when running R.app (2.6.1) on Mac OS X 10.4.11. tcltk and rpanel load without any apparent error, and the interactive panels appear to work as expected, however upon closing the panels rpanel has created I get catastrophic errors and R crashes completely. For the most part R manages to crash with d...
2012 Mar 08
3
rpanel / list error
Hi All, I have created a simulation that works perfect and I have the results been returned in a list as I have multiple values. I then decided to include some user interaction by using the package rpanel, I now get the error: object of type 'builtin' is not subsettable when I attempted to have the return my list with the results . Any help needed. I can also upload code if needs be. -- View this message in context: http://r.789695.n4.nabble.com/rpanel-list-error-tp4457308p4457308.html...
2010 Apr 15
0
Como introducir una etiqueta con rpanel
Muchas gracias a todo de antemano por vuestra ayuda, Estoy empezando a utilizar el paquete "rpanel" ¿Cómo puedo introducir una etiqueta utilizando rpanel? creo un panel de la siguinte forma, pero me gustaría introducir una etiqueta antes de los botones y no veo como puede hacerse anchoVentana<-1024 altoVentana<-600 panel<-rp.control(title="probando rpa...
2006 Aug 29
0
The rpanel package
The rpanel package builds on the tcltk package to provide simple interactive controls for R functions, in particular to provide simple forms of dynamic graphics. The intention is to make this form of control particularly easy for R users to implement, with full documentation. The necessary tcltk variabl...
2011 Feb 24
0
rpanel rp.tkrplot: x&y when using layout
Hi all, I wish to use rp.tkrplot from the rpanel package with subplots produced by layout or split.screen. My problem is that I want to use a click function, but I can't work out how to convert the x and y values it produces into the values on the plots as unlike for a single plot they don't match. For example in the following code th...
2011 Feb 07
1
kernel density
.... package. I do all the work and the graphics good, but I need the density function data for each point, and I don't know how to get it. The only thing I get is the table at the end of the following sequence: > Kernel<-sm.density(Kernel,model="Normal") Loading required package: rpanel Loading required package: tcltk Loading Tcl/Tk interface ... done Package `rpanel', version 1.0-6 type help(rpanel) for summary information Loading required package: rgl Loading required package: misc3d > summary(Kernel) Length Class Mode eval.points 60 -none- numeric h...
2011 Jan 21
5
User input in R program
HI Everybody Does anyone know of documentation about different ways of obtaining user input in R. I have used readline() but I wondered is there are sophisticated packages that does things like validate answers or generate selection lists. bets regards Christaan [[alternative HTML version deleted]]
2007 Jan 31
0
Interactive plots with R
Hi, I wrote some simple rpanel package script for visual spectral data comparison. At this example i have a three samples and i want to zoom through x and y axis to compare differences between samples. With my script below I can zoom to some data region and add some other spetra to the plot, through text input field. But I c...
2010 Jan 30
3
iterative regressions, adding a new line of data each time
Hi, I am pretty new to R. I'm trying run a regression repeatedly, adding a new data point each time, and then storing the predicted Y values. For example, let's say I have 500 data points and I run the regression. I would then like to store the Y value, run the regression again using 501 data points, store the new Y, run the regression with 502 data points, store the Y, and so on. What I
2009 Apr 14
4
Building GUI for custom R application
...and choose dataset file. 2) Display the column names for the user to choose the dependent variable and the independent variables. 3) Fit regression and display statistics. While researching the possibility of creating a GUI which would allow for the above mentioned computations, I came across: 1) rpanel: Simple Interactive Controls for R Functions Using the tcltk Package Found In: Journal of Statistical Software, January 2007, Volume 17, Issue 9. 2) Putting RGtk to Work, James Robison-Cox Found In:Proceedings of the 3rd International Workshop on Distributed Statistical Computing (DSC 2003),March...
2011 Jul 28
2
Animated gif or something similar in R?
I'm have a (minor) problem and a question. Problem: The following code creates 5 clusters of dots of different colors. However, I need the second call outside the data.frame call to get the colors to change for some reason. I assume there's an error in the data.frame() call, but I don't know what. Question: Is there is a way to cause the resulting graphic to rotate on it's
2007 Sep 27
0
New version (2.2) of the sm package
...In an earlier unannounced version (2.1), a variety of methods of bandwidth selection were added, with default settings to allow particularly simple function calls. In the new version (2.2), interactive control panels are available for the main functions (sm.regression and sm.density), using the rpanel package (which itself is based on tcltk). In addition, the rgl package is used to provide rotatable three-dimensional plots, where these are appropriate. The details of how these functions operate are available in the help files (including the help file for sm.options) and in the examples....
2006 Aug 28
3
Firefox extension fo "R Site Search"
Dear useRs, ================================================= Search for your R routines directly from Firefox! >> http://addictedtor.free.fr/rsitesearch ================================================= Mango Solutions, providers of R and S-Plus consulting, application development and training, are happy to announce the first release of the R Site Search extension for Mozilla Firefox.
2008 Apr 18
0
Distribution Graph Idea/Help
...om tables of distributions) I want to plot a probability density or distribution function with a shaded area corresponding to the calculated value or user input. For example, I want a plot to visually demonstrate the result of pnorm(1.3) I have seen the interactive examples in TeachingDemos and rPanel but am interested in using the function from the "command line" rather than from a "GUI". I have generated code to construct this type of graph, but my question is now how best to implement it. My initial solution was to add a plot=TRUE argument to pnorm() but that requires al...
2007 Sep 27
0
New version (2.2) of the sm package
...In an earlier unannounced version (2.1), a variety of methods of bandwidth selection were added, with default settings to allow particularly simple function calls. In the new version (2.2), interactive control panels are available for the main functions (sm.regression and sm.density), using the rpanel package (which itself is based on tcltk). In addition, the rgl package is used to provide rotatable three-dimensional plots, where these are appropriate. The details of how these functions operate are available in the help files (including the help file for sm.options) and in the examples....
2008 Jul 30
0
R GUI help
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 I know the objects name. test = rp.control() and test will hav...
2013 May 15
2
animating plots over time with a slider
I have a population of subjects each with a variable which has been captured at a baseline date. Then for many subjects (but not all) an intervention has occurred and the variable has changed at one or more time points after the baseline date. So my dataset consists of a subject ID (x), which may appear several times or just once, a measure (y), and a date of observation (z). I would like to be