wind.direction: Meteorological wind direction

Description Usage Arguments Value

Description

Meteorological wind direction

Usage

1
wind.direction(wind = c(u, v), u = wind[1], v = wind[2])

Arguments

wind

numerical vector of wind components c(u,v)

u

lateral wind component

v

longitudinal wind component

Value

The meteorological wind direction of wind vector c(u,v), that is the angle from y-axis in mathematical negative direction to the inverted vector c(-u,-v).


nobodyinperson/meteoRology documentation built on May 23, 2019, 9:31 p.m.