wind.mean: Wind-data mean

Description Usage Arguments Value Note Author(s) References See Also Examples

View source: R/wind_functions2.R

Description

wind.mean computes the mean (average) wind speed and wind direction of a time series dataset of winds of the same region. Summaries of time series are not trivial to compute. We compute the arithmetic mean for the wind speed. The direction as the circular mean, see https://en.wikipedia.org/wiki/Circular_mean for more details. The U and V components are afterwards transformed from these values.

Usage

1

Arguments

x

An object of class rWind_series

Value

An object of class rWind, which is a data.frame

Note

For large time series, it could take a while.

Author(s)

Javier Fernández-López (jflopez.bio@gmail.com)

References

https://en.wikipedia.org/wiki/Cross_product

See Also

wind.dl

Examples

1
2

rWind documentation built on Oct. 19, 2021, 5:06 p.m.