d_wind {htsr}R Documentation

Create a wind table

Description

Create a tibble with wind direction and speed

Usage

d_wind(fsq, sta = NA, swd = NA, swv = NA)

Arguments

fsq

Full name of the tshm data base

sta

Station id

swd

Id of wind direction sensor

swv

Id of wind speed sensor

Value

A tibble named "data_wind" with 5 columns date, month, year, wind_dir, wind_spd

Author(s)

P. Chevallier - Dec 2019

See Also

p_wind plot wind roses

Examples

## Not run: 

h_wind (fsq, sta="VB", swd="WD", swv="WV")

## End(Not run)


[Package htsr version 1.2.0 Index]