Rbar {geostats} | R Documentation |
calculate \bar{R}
Description
Given n
circular or spherical measurements, the
length of their normalised vector sum (\bar{R}
) serves as
a measure of directional concentration.
Usage
Rbar(trd, plg = 0, option = 0, degrees = FALSE)
Arguments
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 |
|
Value
a value between 0 and 1
Examples
data(striations,package='geostats')
Rbar(striations,degrees=TRUE)
[Package geostats version 1.6 Index]