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