View source: R/general.control.R
general.control | R Documentation |
Defines the General Appearance of rose plot.
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")
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: |
Returns the arguments conveniently packaged up in a list to supply the
general arguments for plot.rose
.
Rene Locher
plot.rose
, grid.control
general.control()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.