Skip to contents

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

if (FALSE) { # \dontrun{
x <- rvm(100, 0, 5)
mean_SC(x)
} # }