meanangle | R Documentation |
Computes the vector mean of a collection of circular measurements.
meanangle(trd, plg = 0, option = 0, degrees = FALSE, orientation = FALSE)
trd |
trend angle, in degrees, between 0 and 360 (if
|
plg |
(optional) plunge angle, in degrees, between 0 and 90
(if |
option |
scalar. If |
degrees |
|
orientation |
logical. If |
a scalar of 2-element vector with the mean orientation,
either in radians (if degrees=FALSE
), or in degrees.
data(striations,package='geostats') meanangle(striations,degrees=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.