d_wind {htsr} | R Documentation |
Create a tibble with wind direction and speed
d_wind(fsq, sta = NA, swd = NA, swv = NA)
fsq |
Full name of the tshm data base |
sta |
Station id |
swd |
Id of wind direction sensor |
swv |
Id of wind speed sensor |
A tibble named "data_wind" with 5 columns date, month, year, wind_dir, wind_spd
P. Chevallier - Dec 2019
p_wind
plot wind roses
## Not run:
h_wind (fsq, sta="VB", swd="WD", swv="WV")
## End(Not run)