Displaying 1 result from an estimated 1 matches for "ginput".
Did you mean:
input
2013 Feb 14
0
Building a Package & using gWidgets
...sim.func(INPUT)
print("The run is done")
})
savebutton <- gbutton("Write Settings to File",cont=mainwin, handler=
function(h,...){
setfilename <- ginput("Please enter the filename")
save(INPUT, file=setfilename)
})
loadutton <- gbutton("Load Settings from File", cont=mainwin,
handler=function(h,...){
fname <- gfile(test="C...