circ_sd: Weighted circular standard deviation

View source: R/circ_sd.R

circ_sdR Documentation

Weighted circular standard deviation

Description

Weighted circular standard deviation

Usage

circ_sd(x, w = NULL, ...)

Arguments

x

Vector of bearings (in degrees)

w

Optional vector of weights

...

Additional arguments to weighted.mean, e.g. 'na.rm=TRUE'

Value

A named vector including the bearing of the mean resultant vector ("bearing") and the circular standard deviation ("iso")


matthewkling/windscape documentation built on Sept. 26, 2024, 4:22 p.m.