title.control: Auxilary for Controlling the Title of a Rose Plot

Description Usage Arguments Value Author(s) See Also Examples

View source: R/title.control.R

Description

Auxilary for controlling the title of a rose plot.

Usage

1
2
title.control(text = NULL, cex = 1.5,
              between = if (is.null(text)) 0 else 1)

Arguments

text

Title.

cex

Size of characters in title in multiples of cex as defined in general.control.

between

Distance between title and label North. Default units are grid.control(cyclVar.cex). Other units can be defined by unit.

Value

Returns the arguments conveniently packaged up in a list to supply the arguments for the title of plot.rose.

Author(s)

Rene Locher

See Also

plot.rose, general.control

Examples

1

Example output

$text
NULL

$cex
[1] 1.5

$between
[1] 0

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