inpboxcr4: Input Box with a combo box and four radio boxes
Description
Input box with different inputs
Usage
inpboxcr4(vlabel, vcombo)
Arguments
vlabel
character vector with the text label of the box
vcombo
character vector with the text label of the combo
Value
Details
See example for the element order in the vectors :
inpboxcr4.png
To get the menu, just use the following code:
vlabel<-c('list','choice','radio1','radio2','radio3','radio4')vcombo<-c('a','b','c','d')ans<-inpboxcr4(vlabel,vcombo)
References
Lawrence M.F.,Verzani J., (2012) Programming Graphical User Interfaces in R,CRC Press Taylor & Francis Group