mean_SC function

Mean Cosine and Sine

Mean Cosine and Sine

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

Arguments

  • x: angles in degrees
  • w: weightings
  • na.rm: logical

Returns

named two element vector

Examples

## Not run: set.seed(1) x <- rvm(100, 0, 5) mean_SC(x) ## End(Not run)
  • Maintainer: Tobias Stephan
  • License: GPL (>= 3)
  • Last published: 2025-03-01