Convert Wind Speed in Knots to Beaufort Scale
knots_to_beaufort.RdVectorized conversion from wind speed in knots to the Beaufort scale (0-12).
See also
Other storm-alert:
beaufort_to_description(),
create_storm_alert_email(),
detect_storm_events(),
fetch_all_forecasts(),
fetch_all_marine_forecasts(),
fetch_met_eireann_warnings(),
fetch_open_meteo_forecast(),
fetch_open_meteo_marine(),
p_hmax_exceedance(),
send_storm_alert(),
summarise_forecast_rogue_risk()
Examples
knots_to_beaufort(c(0, 5, 20, 34, 48, 64))
#> [1] 0 2 5 8 10 12