wind_sect_to_degr: wind_sect_to_degr

View source: R/wd_convert.R

wind_sect_to_degrR Documentation

wind_sect_to_degr

Description

convert wind sectors to degrees

Usage

wind_sect_to_degr(vs)

Arguments

vs

a character vector of wind dir sectors

Value

a numeric vector of wind dir degrees

Examples

vs<-c("N","NNE","NE", "E", "ESE", "SE", "SSE", "S", "W", "WNW", "NW", "NNW")
wind_sect_to_degr(vs)

maxbre/rfunctions documentation built on Nov. 19, 2022, 5:46 p.m.