Learn R Programming

tectonicr (version 0.4.6)

mean_SC: Mean Cosine and Sine

Description

Mean Cosine and Sine

Usage

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

Value

named two element vector

Arguments

x

angles in degrees

w

weightings

na.rm

logical

Examples

Run this code
if (FALSE) {
set.seed(1)
x <- rvm(100, 0, 5)
mean_SC(x)
}

Run the code above in your browser using DataLab