Direction Lines and Fans in Circular Diagram
Usage
rose_line(x, radius = 1, axial = TRUE, add = TRUE, ...)
rose_fan(x, d, radius = 1, axial = TRUE, add = TRUE, ...)
Arguments
- x
angles in degrees
- radius
of the plotted circle
- axial
Logical. Whether
x
are uniaxial (axial=FALSE
) or biaxial (TRUE
, the default).- add
logical. Add to existing plot?
- ...
optional arguments passed to
graphics::segments()
orgraphics::polygon()
- d
width of a fan (in degrees)