similar to: Interactive plot

Displaying 20 results from an estimated 300 matches similar to: "Interactive plot"

2011 Feb 09
2
wrong length error
Hi, all I'm trying to solve an optimization problem with two variables, in wich Iuse the following functions(they all are working perfectly): fxx1=function(x){ calc=((2.5/3)*((x/3)^(2.5-1))*exp(-(x/3)^2.5)) return(calc)} fxx2=function(x){ calc1=((5.3/19.3)*((x/19.3)^(5.3-1))*exp(-(x/19.3)^5.3)) return(calc1)} fxMixed=function(x){ calc2=(0.12*fxx1(x)+((1-0.12)*fxx2(x))) return(calc2)}
2010 Feb 16
2
Interactive plot (histogram) in R..........possible?
Dear all, I am looking for some kind of interactive plot to draw a histogram for a normal distribution with different sample size. In that plot there would be some sort of "scroll-bar" which will take min value 10 and maximum value of 10,000 as sample size (n) from a standard normal distribution. In that case user will scroll in that scroll bar and histogram with different sample
2012 Jan 12
3
how do I make a movie out of a timeseries of 2D data?
Hi all, I have an array of 10000 x 200 x 200 numbers... which is a time-series of 200x200 2D data... The 1st dimension is the time index. Is there a way to make a movie out of these data - i.e. playback 10000 frames(200x200) at a playback rate per second? Thanks a lot! [[alternative HTML version deleted]]
2003 Jul 09
2
Packages, generics, S3 and S4
My question has two parts. The first is with regard to the frame or environment in which generic functions are defined in packages. It seems as though they are defined (i.e. exist as objects) in frame 1, even when defined in a package. The following is a short example: setClass("track",representation(x="numeric",y="numeric")) plotTrack <- function(x,y,...)
2011 Jul 22
1
tcltk
Hello, I am trying to build some dialog boxes but I am having problems. I'm using R-2.13.1 in Windows 7 I want to have 4 numerical entry boxes and 3 radiobuttons in a row ( 4 rows) for entry data and 2 rows for output with a button for 'compute' and another for ;quit' Can somebody indicate a tutorial or an example with similar type of dialogs? Thanks R.Heberto Ghezzo Ph.D.
2008 Oct 25
2
how to plot chi-square distribution in the graph
if i want to plot the chi-square distribution with a different degree of freedom how can i plot it in the graph?Sometimes i plot the histogram and cut it in a lot of piece.It's distribution like a chi-square.So i want to plot the chi-square with a different degree of freedom to compare it . -- View this message in context:
2005 Aug 13
1
Broken tkrplot on Mac OS X
Dear all-- I have been trying to get the tkrplot package to work in order to use the bioconductor package genArise. I am trying to build it on a Mac running OS 10.4.1 with R 2.1.1. Following a stanadard install from R here the error I get when I try to load tkrplot > library(tkrplot) Loading required package: tcltk Loading Tcl/Tk interface ... done Error in
2009 May 17
1
package for /usr/lib64/R/library/tkrplot/libs/tkrplot.so
Hi, 'revdep-rebuild' under GENTOO shows me that /usr/lib64/R/library/tkrplot/libs/tkrplot.so, which was installed at April 24th, is broken. 'ldd /usr/lib64/R/library/tkrplot/libs/tkrplot.so' shows me that tkrplot.so needs libtcl8.4.so and libtk8.4.so, which is no more installed since the installation of tcl,tk-8.5.7, which has happened at april 26th. But revdep-rebuild can't
2007 Jan 19
3
Problem with loading tkrplot
I asked the maintainer and he indicated that it might be a dll problem. Has anyone see this problem? I had installed the latest copy of tkrplot. I was trying to use teachingDemos when I first got the error. On 1/18/07, Luke Tierney <luke@stat.uiowa.edu> wrote: > Looks like tcl can't find the dll or something along those lines. As > this is windows you'll have to ask
2011 May 04
6
tkrplot not working in R 2.13.0
The tkrplot package is not working in version 2.13.0 for windows. I contacted the maintainer who unfortunately does not have easy access to a windows computer and says that it is working on the other platforms. I traced the problem down to the line in the .First.lib function: .Tcl(paste("load", file, "Rplot")) With file being "C:/Program
2003 Nov 06
1
how to install tkrplot?
Hello, my question is on as installing tkrplot, i want to charge it but appears "first.lib Failed" therefore says that not exist the tkrplot.dll and I download the tkrplot.zip and i unzip him and the file is in the path c: \R\1071\library\libs\tkrplot.dll, that should do so that find the. dll? Thanks Ruben
2018 Sep 22
2
installing tkrplot
Hi All: At the bottom of this email is my sessionInfo and below that there is a command that shows that tcltk is installed and working. My problem is that, when trying to install tkrplot, I get the following error: R CMD INSTALL -l . tkrplot_0.0-24.tar.gz * installing *source* package 'tkrplot' ... ** package 'tkrplot' successfully unpacked and MD5 sums checked configure:
2006 Jun 26
1
Some tcltk-related packages not loading (OS X)
Dear r helpers, In my exploration of the tcltk facilities of R I've had some success but some failures, and wonder if someone could point me to a solution. To begin: ****************************************************** > sessionInfo() Version 2.3.1 (2006-06-01) powerpc-apple-darwin8.6.0 attached base packages: [1] "tcltk" "methods" "stats"
2011 Nov 30
1
Problem installing the package tkrplot
Hello people. My problem is that when I try to install the package tkrplot, I got the next problem: > install.packages("tkrplot") Installing package(s) into ?/home/marcos/R/i686-pc-linux-gnu-library/2.13? (as ?lib? is unspecified) probando la URL 'http://www.vps.fmvz.usp.br/CRAN/src/contrib/tkrplot_0.0-23.tar.gz' Content type 'application/x-gzip' length 39037 bytes
2003 May 22
1
Tkrplot works not
Hi, I've spent some time in programming R - tcl/tk. Today I've updated my R version from 1.6.2 to 1.7.0. My programm stops now with two error-messages: (How could it be, two errors? The command "stop" produces an error but does really stop the programm after it, isn't it?) > Loading required package: tcltk > Error in structure(.External("dotTcl", ...,
2012 Mar 05
1
installing package tkrplot
package tkrplot worked, but has broken while installing from R 2.11 to 2.14.2. it does not want to be installed anymore on a linux debian squeeze 64 system. have tried: - installing from source R: CMD INSTALL tkrplot_0.0-23.tar.gz - via synaptic: package r-cran-tkrplot - via terminal: sudo apt-get install r-cran-tkrplot - in R: install.packages('tkrplot',dependencies=TRUE) in all cases
2011 Jun 03
2
tkrplot Newbie
Hello, I am trying to write a tcltk based program that plots/manipulates xts/xoo time series objects. I have the code I used from ## http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/tkrplot.html : ## require(quantmod) require(tcltk) library(tkrplot) Sys.setenv(TZ="GMT") getSymbols("^GSPC", from = "1960-01-01") Myhscale <- 2.5 # Horizontal scaling
2011 Nov 06
2
tkrplot does not install
Hi all I am running R 2.14.0 on Linux Mint 11 and want to use TeachingDemos but cannot update tkrplot. This is what happens: ############### In order to run * installing *source* package ?tkrplot? ... configure: creating ./config.status config.status: creating src/Makevars ** libs gcc -std=gnu99 -I/usr/share/R/include -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -fpic -O3 -pipe -g -c
2009 Apr 26
4
Scatterplot of two groups side-by-side?
Dear all I'm realy new to R, so I hope you can help me, as I didn't find any solution in the common books. Since some days I'm trying to create the following plot: A scatterplott showning two different groups side-by-side with according regression lines. Both datasets only have the same five factors, so the scatters will form a kind of column at each factor. When I use
2012 Jun 09
2
Error when attempting to install tkrplot
I am getting following error when attempting to install the tkrplot package. ... gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -fpic -O3 -pipe -g -c tcltkimg.c -o tcltkimg.o tcltkimg.c:2:16: fatal error: tk.h: No such file or directory compilation terminated. make: *** [tcltkimg.o] Error 1 ERROR: compilation failed for package ?tkrplot? *