Learn R Programming

RSEIS (version 2.6-0)

SELBUT: Select Buttons

Description

Select buttons interactively.

Usage

SELBUT(OPTS, onoff = 1, ocols = "white", default = "opt")

Arguments

Value

  • character list of chosen options.

Details

Used in swig. OPtions can be added, subtracted, deleted, or completely filled out based on interactive choice.

See Also

swig

Examples

Run this code
STDLAB=c("DONE", "QUIT", "zoom.out", "zoom.in", "SELBUT", "FILT","UNFILT", "PSEL", "SGRAM", "WLET", "SPEC", "XTR" )
onoff = rep(0, length(STDLAB))
onoff[1:5] = 1
SELBUT(STDLAB, onoff=onoff)

Run the code above in your browser using DataLab