search for: ekv

Displaying 1 result from an estimated 1 matches for "ekv".

Did you mean: edv
2002 Feb 11
0
read.table in TCL/TK interface
...tive = "two.sided", var.equal = FALSE) ### ----- ...what is happen here ? Thanks for advance and suggestions regards Christian Schulz tktree <- function() { wfile <- "" tt <- tktoplevel() tktitle(tt) <- "Tcl/TK Decision Tree Window " yvar <- "EKV" y.entry <- tkentry(tt,textvariable=yvar) submit.but <- tkbutton(tt, text="submit",command=function()tclvalue(done)<-1) done <- tclVar(0) tkpack(y.entry) topMenu <- tkmenu(tt) tkconfigure(tt,menu=topMenu) fileMenu <- tkmenu(topMenu,tearoff=FALSE) load <...