sd_wind: Function to calculate the standard deviation of wind...

View source: R/mean_wd.R

sd_windR Documentation

Function to calculate the standard deviation of wind direction based on Yamartino's 1984 method.

Description

Function to calculate the standard deviation of wind direction based on Yamartino's 1984 method.

Usage

sd_wind(wd, na.rm = FALSE)

Arguments

wd

Numeric vector representing wind direction in degrees.

na.rm

Should NAs be omitted from the calculation?

Value

Numeric vector with length of 1.

Author(s)

Stuart K. Grange


skgrange/threadr documentation built on May 11, 2024, 12:16 p.m.