R/createEachRb.R

Defines functions createEachRb

Documented in createEachRb

createEachRb <-
function(labTitle = NULL, variable = NULL, 
                         panel = KTSEnv$subPanR4C1) {
  tcltk::tkgrid(tcltk2::tk2label(panel, text = labTitle, justify = "left"), 
                tcltk::tkradiobutton(panel,variable = variable, 
                                     value = labTitle), 
                sticky = "nw", padx = c(10, 0), pady = c(0, 0))
  "Done"
}

Try the KarsTS package in your browser

Any scripts or data that you put into this service are public.

KarsTS documentation built on Jan. 16, 2021, 5:07 p.m.