circular_plot: Circular plot

circular_plotR Documentation

Circular plot

Description

Circular plot

Usage

circular_plot(
  main = NULL,
  labels = TRUE,
  at = seq(0, 360 - 45, 45),
  cborder = TRUE,
  ...
)

Arguments

main

Character string specifying the title of the plot.

labels

Either a logical value indicating whether to plot labels next to the tick marks, or a vector of labels for the tick marks.

at

Optional vector of angles at which tick marks should be plotted. Set at=numeric(0) to suppress tick marks.

cborder

logical. Border of rose plot.

...

optional arguments passed to plot.default()

Value

none

Note

Polar diagram where angles increase clockwise.


tectonicr documentation built on Sept. 11, 2024, 6:05 p.m.