- trd
trend angle, in degrees, between 0 and 360 (if
degrees=TRUE
) or between 0 and \(2\pi\) (if
degrees=FALSE
).
- plg
(optional) plunge angle, in degrees, between 0 and 90
(if degrees=TRUE
) or between 0 and \(2\pi\) (if
degrees=FALSE
).
- option
scalar. If option=0
, then plg
is
ignored and the measurements are considered to be circular; if
option=1
, then trd
is the azimuth and plg
is the dip; if option=2
, then trd
is the strike
and plg
is the dip; if option=3
then trd
is the longitude and plg
is the latitude.
- degrees
TRUE
for degrees, FALSE
for radians
- orientation
logical. If TRUE
, estimates the mean
angle by eigen decomposition rather than by vector
summation. This is the right thing to do for orientation data
in which, for example, an angle of 45 degrees is equivalent to
an angle of 225 degrees.