- x
a vector contains direction or a two columns data frame, where the first component is the direction and the second the magnitude. The vector or the first column in the case of data frame is coerced to class circular
.
- y
a vector contains magnitude. If 'y' is not NULL and 'x' is a dataframe, only the first column of 'x' is used for direction.
- breaks
the extremes of the pedals. The biggest value (in 2*pi) is recycled for building the first pedal. The vector is coerced to class circular
but only the units is used.
- bins
Number of pedals. Ignored if 'breaks' is not NULL.
- increment
Grouping size of magnitude. These are the bins of the magnitudes displayed on each pedal.
- main
Title for plot.
- cir.ind
Percent intervals expressed on each circle if the pedals are equally spaced, otherwise values of density
- fill.col
colors used to fill the pedals for each magnitude. The colors are recycled if necessary. The default is to use 'blue' and 'red'.
- plot.mids
plot lines at the midpoints of the pedals.
- mids.size
length of the lines for midpoints.
- osize
radius of the circle draws at the center of the plot.
- axes
if TRUE axes are added to the plot. The function axis.circular
is used.
- ticks
if TRUE ticks are added to the plot. The function ticks.circular
is used.
- tcl
length of the ticks.
- tcl.text
The position of the axis labels.
- cex
point character size. See help on par
.
- digits
number of digits used to print axis values and other numbers.
- units
the units used in the plot.
- template
the template used in the plot.
- zero
the zero used in the plot.
- rotation
the rotation used in the plot.
- num.ticks
number of tick marks draw.
- tol
proportion of white space at the margins of plot
- uin
desired values for the units per inch parameter. If of length 1, the desired units per inch on the x axis.
- xlim, ylim
the ranges to be encompassed by the x and y axes. Useful for centering the plot.
- right
logical; if TRUE, the pedals are right-closed (left open) intervals.
- shrink
maximum length of the pedals, it can be used to plot several graphics with the same scale.
- label.freq
logical; if TRUE, the relative frequencies are used in the magnitude instead of intensities, when the breaks are equally spaced.
- calm
"0" or "NA", see details below.
- ...
further parameters ignored for now.