R/createTitle.R

Defines functions createTitle

Documented in createTitle

createTitle <-
function(labTitle = "Title") {
  tcltk::tkgrid(tcltk::tklabel(KTSEnv$subPanR4C1, 
                               text = labTitle, 
                               font = KTSEnv$KTSFonts$T1), 
                sticky = "nw", padx = c(10, 10), 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.