Learn R Programming

MenuCollection (version 1.2)

inpboxer3: Input Box with a edit and three radio boxes

Description

Input box with different inputs

Usage

inpboxer3(vlabel, inp)

Arguments

vlabel
character vector with the text label of the box
inp
character vector with the initialization

Value

Details

See example for the element order in the vectors : inpboxer3.png To get the menu, just use the following code: vlabel<-c('matrix','choice','radio1','radio2','radio3') inp<-c('a','b','c','d') ans<-inpboxer3(vlabel,inp)

References

Lawrence M.F.,Verzani J., (2012) Programming Graphical User Interfaces in R,CRC Press Taylor & Francis Group