createChbEntry {KarsTS} | R Documentation |
createChbEntry: creates a check box with associated text entries
Description
This function creates an element in the input panel consisting of two columns: a check box and the corresponding text entries. It is used internally
Usage
createChbEntry(ind, elements, prefix = "scbValue", envir = KTSEnv, dCh = "0", dEn = "")
Arguments
ind |
Number of rows |
elements |
Row labels |
prefix |
A prefix to assign names to the output variables |
envir |
Environment (defaults to the environment KTSEnv) |
dCh |
Default value for the checkbox |
dEn |
Default value for the text entry |
Value
Variables that will be passed to the corresponding OnOk function
Author(s)
Marina Saez Andreu
[Package KarsTS version 2.4.1 Index]