general.control {IDPmisc} | R Documentation |
Auxilary for Controlling the General Appearance of a Rose Plot
Description
Defines the General Appearance of rose plot.
Usage
general.control(stacked = FALSE,
rose.rad = NULL, rose.x = NULL, rose.y = NULL,
mar = rep(0.3, 4),
rev.col = FALSE,
shift = 0,
cex = 1, col = NULL, lty = 1:3, lwd = 1, type = "s")
Arguments
stacked |
|
rose.rad , rose.x , rose.y |
Approximate length of radius, x- and
y-position of rose. Default units are mm but any valid grid unit
might be chosen (cf. |
mar |
Margin around the plotting area. Default units are
|
rev.col |
|
shift |
Shifts the plot in clockwise direction by this
angle. Units of |
cex |
Basic size of characters in the plot. |
col |
Colors of lines when |
lty , lwd |
Line type and line width. When |
type |
1-character string giving the type of plot desired: |
Value
Returns the arguments conveniently packaged up in a list to supply the
general arguments for plot.rose
.
Author(s)
Rene Locher
See Also
Examples
general.control()