mean_SC {tectonicr}R Documentation

Mean Cosine and Sine

Description

Mean Cosine and Sine

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: 
set.seed(1)
x <- rvm(100, 0, 5)
mean_SC(x)

## End(Not run)

[Package tectonicr version 0.4.7 Index]