search for: tt2b

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

Did you mean: tt2
2000 Sep 29
0
Is it R or I?
....y <- tmpzx$residuals flag <- 2 assign("flag", flag, env=.GlobalEnv) assign("idf.x", idf.x, env=.GlobalEnv) assign("idf.y",idf.y,env=.GlobalEnv) assign("opfr",opfr,env=.GlobalEnv) # define second toplevel widget tt2b <- tktoplevel() tktitle(tt2b) <- "IdentifyOutliers" but.lab2 <- tklabel(tt2b, text="Left button\n to identify,\n middle to quit",foreground="maroon") but.wid22 <- tkbutton(tt2b, text="Identify Outliers",...