mean_SC: Mean cosinses and sines

View source: R/statistics.R

mean_SCR Documentation

Mean cosinses and sines

Description

Mean cosinses and sines

Usage

mean_SC(x, w = NULL, na.rm = TRUE)

Arguments

x

angles in degrees

w

weightings

na.rm

logical

Value

named two element vector

Examples

## Not run: 
x <- rvm(100, 0, 5)
mean_SC(x)

## End(Not run)

tectonicr documentation built on Sept. 11, 2024, 6:05 p.m.