R/createNote.R

Defines functions createNote

Documented in createNote

createNote <-
function(labTitle = NULL, pady = c(10, 10)) {
  tcltk::tkgrid(tcltk::tklabel(KTSEnv$subPanR4C1, text = labTitle, 
                               font = KTSEnv$KTSFonts$explain, 
                               foreground = "blue"), 
                padx = c(2, 2), 
                pady = pady, sticky = "nw", 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.