search for: textentry

Displaying 2 results from an estimated 2 matches for "textentry".

Did you mean: nextentry
2012 Sep 09
1
Error msg in rpanel
...;n", xlab="", ylab="", axes=FALSE, frame = TRUE) text(5, 5, paste("Result: ", val),cex=1.4) panel } my.redraw <- function(panel) { rp.tkrreplot(panel, my.tkrplot) panel } my.panel <- rp.control(title = "Addition") rp.textentry(panel = my.panel, var = nmbr1, labels = "First: ", action = my.redraw, initval="100") rp.textentry(panel = my.panel, var = nmbr2, labels = "Second:", action = my.redraw, initval="200") rp.radiogroup(panel = my.panel, var...
2007 Jan 31
0
Interactive plots with R
...,from=-2,to=12,showvalue=TRUE,action=pplotNMR,title="ppm max") rp.slider(panel,YMAX,from=YMIN,to=max(apply(DATAS,2,max)),showvalue=TRUE,action=pplotNMR,title="Intesity") rp.doublebutton (panel,YMAX,step=10,action=pplotNMR,title="intensity, step=10",showvalue=TRUE) rp.textentry (panel, sample.text, action=pplotNMRadd, title="Add sample to plot:") Thanks and regards, Andris Jankevics