plot_orientations: Plot the orientations of the instrument gauges.

View source: R/bsm.R

plot_orientationsR Documentation

Plot the orientations of the instrument gauges.

Description

Plot the orientations of the instrument gauges.

Usage

plot_orientations(
  angs,
  gauge.labels = seq_along(angs),
  name = "",
  opar = TRUE,
  circle.n = 30,
  ...
)

## Default S3 method:
plot_orientations(
  angs,
  gauge.labels = seq_along(angs),
  name = "",
  opar = TRUE,
  circle.n = 30,
  ...
)

Arguments

angs

numeric; angles of gauges to plot

name

character; add something to the title

opar

logical; should the original graphics parameter be set upon exit?

circle.n

numeric; the degree discretization of the reference circle. Setting this to zero will blank the circle

...

additional parameters


abarbour/strain documentation built on Oct. 13, 2023, 11:44 p.m.