Learn R Programming

MenuCollection (version 1.2)

inpboxe4ck: Input Box with four edit boxes, one combo box and a check box

Description

Input box for multiple inputs

Usage

inpboxe4ck(vlabel, vcombo, inp)

Arguments

vlabel
character vector with the text label of the box
vcombo
character vector with the text label of the first combo
inp
character vector with the initialization

Value

Details

See example for the element order in the vectors :

inpboxe4ck.png

To get the menu, just use the following code: vlabel<-c('matrix1','matrix2','matrix3','matrix4','combo1','option1') vcombo1<-c('a1','b1','c1','d1') inp<-c('M','N','S','T',0,'TRUE') ans<-inpboxe4ck(vlabel,vcombo1,inp)

References

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