R/createtitle_1.R

Defines functions createTITLE

Documented in createTITLE

createTITLE <-
function(labTitle = "TITLE", 
                        panel = KTSEnv$subPanR4C1) {
  
  tcltk::tkgrid(tcltk::tklabel(panel, text = labTitle, 
                               font = KTSEnv$KTSFonts$T0, 
                               width = KTSEnv$titleWidth), 
                padx = c(2, 2), pady = c(10, 5), 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.