R/key.control.R

Defines functions key.control

Documented in key.control

## key.control.R

key.control <- function(plot = TRUE,
                        lab = NULL,
                        title = NULL,
                        between = 0)
  ## Author: Rene Locher
  ## Version: 2005-12-06
  ## helper function for plot.rose
  {
    return(list(plot = plot,
                x = NULL,
                lab = lab,
                title = title,
                between = between))
  } ## key.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.