Displaying 4 results from an estimated 4 matches for "rtcltk".
Did you mean:
tcltk
2005 Dec 09
1
tkbind key pressed
Hi,
I see in Wettenhall RTclTk Examples that tkbind(xxx, <Key>,...) can pass the key pressed. How can I get the key pressed?
Thanks,
Manel
2001 Oct 06
1
tcltk
...s from different Rpackages.
i use the tkttest.R example as "reference" and become not finished for
my "first" step????
(3) how is it possible that the code from the tkttest.R example would
be execute and not only print to the screen;
(4) Have somebody further "small" Rtcltk statistical sourceCode example's as
a further startingPoint for me ?
thanks for advance &
regards,christian
require (tcltk) || stop("tcltk support is absent")
require(cluster)
require(mva)
require(foreign)
local ({
dialog.fc <- function() {
tt <- tktoplevel()
tkwm.title(...
2005 Feb 24
4
r: functions
hi all
i have a function that uses two inputs, say xdata and ydata. An example
is the following,
simple1<-function(xdata,ydata)
{
ofit<-lm(ydata~xdata)
list(ofit)
}
say i use arbitray number for xdata and ydata such that
D =
x1 x2 y
1 1 10
2 6 6
3 10 7
x<-D[,1:2]
and
y<-D[,3]
if one uses these inputs and rund the program we get the following:
>simple(xdata=x,ydata=y)
2006 Mar 07
1
Installing Damn Small Linux and R
...cial packaging for DSL extensions and
http://www.damnsmalllinux.org/wiki/index.php/Installing_MyDSL_Extensions
describes how to install them. Actually it is as
simple as opening the file manager EmelFM ,
higlighting the tcltk8.3 file and pressing the button
'MyDSL'.
After that I could run Rtcltk script, which started
the R GUI. Memory usage was 40mb at that stage.
The whole process took less than one hour and at the
end of it I had fully functional R installation,
including GUI. And enough memory spare (80mb) for a
lot of calculations.
P.S. I tested also OpenOffice.uci - a mountable
vers...