R/title.control.R

Defines functions title.control

Documented in title.control

## title.control.R

title.control <- function(text = NULL,
                          cex = 1.5,
                          between = if(is.null(text)) 0 else 1)
  ## Author: Rene Locher
  ## Version: 2007-10-02
  ## helper function for plot.rose

  {
    return(list(text = text,
                cex = cex,
                between = between))
  } ## title.control

Try the IDPmisc package in your browser

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

IDPmisc documentation built on Jan. 21, 2020, 5:06 p.m.