plot_gaugeline: Plots lines for gauge orientations

View source: R/bsm.R

plot_gaugelineR Documentation

Plots lines for gauge orientations

Description

Plots lines for gauge orientations

Usage

plot_gaugeline(...)

## Default S3 method:
plot_gaugeline(
  theta.deg = 0,
  gauge.label = NULL,
  x = c(0, 0),
  y = c(-1, 1),
  ...
)

Arguments

...

additional parameters passed to lines

theta.deg

numeric; the angle to rotate from x,y

gauge.label

character; the label to associate with the line

x

numeric; default 1-axis range

y

numeric; default 2-axis range

restrict.range

logical; should the values be in strain azimuths

Details

The rotation is in a left-hand (cw) sense with zero being the y-axis. This is because in the field the gauges are generally oriented from magnetic North in the East direction.


abarbour/strain documentation built on Dec. 10, 2024, 10:58 p.m.