title.control {IDPmisc} | R Documentation |
Auxilary for controlling the title of a rose plot.
title.control(text = NULL, cex = 1.5, between = if (is.null(text)) 0 else 1)
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 . |
Returns the arguments conveniently packaged up in a list to supply the
arguments for the title of plot.rose
.
Rene Locher
title.control()