Learn R Programming

MenuCollection (version 1.2)

inpboxe7k2: Input Box with seven edit boxes and two check boxes

Description

Input box for multiple inputs

Usage

inpboxe7k2(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 :

inpboxe7k2.png

To get the menu, just use the following code: vlabel<-c('mat1','mat2','mat3','mat4','mat5','mat6','mat7','opt1','opt2') inp<-c('M','N','S','T','U','V','U','TRUE','FALSE') ans<-inpboxe7k2(vlabel,inp)

References

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