Learn R Programming

IDPmisc (version 0.9.3)

general.control: 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)

Arguments

stacked
stacked = FALSE: For each point (x@rho[i,j], x@cyclVar[i]) with x equal to a rose object, the radius is x@rho[i,j] - ray.lim[1]
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. unit. If one or more of these arguments are defined, the user of
mar
Margin around the plotting area. See details.
rev.col
= TRUE: Ordering of the columns of x@rho is reversed.
shift
Shifts the plot in clockwise direction by this angle. Units of shift must be identical with units of \cyclVar in link{plot.rose}
cex
Basic size of characters in the plot.
col
Colors of lines stacked = TRUE or colors of stacked areas. In the first case colors are by default as distinct as possible; in the latter case, all colors are matched by default to the range green (=center of rose) to blue (ou
lty, lwd
Line type and line width.

Value

  • Returns the arguments conveniently packaged up in a list to supply the general arguments for plot.rose.

See Also

plot.rose, grid.control

Examples

Run this code
general.control()

Run the code above in your browser using DataLab