Learn R Programming

tectonicr (version 0.4.0)

mean_SC: Mean cosinses and sines

Description

Mean cosinses and sines

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) {
x <- rvm(100, 0, 5)
mean_SC(x)
}

Run the code above in your browser using DataLab