R/createOK.R

Defines functions createOK

Documented in createOK

createOK <-
function(labTitle = "NEXT", action = NULL, 
                     width = 7, panel = KTSEnv$subPanR4C1) {
  tcltk::tkgrid(tcltk::tkbutton(panel, text = labTitle, 
                                command = action, width = width), 
                padx = c(10, 10), pady = c(20, 10), columnspan = 2)
}

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.