beaufort: Beaufort Scale relationship wave height to wind speed

beaufortR Documentation

Beaufort Scale relationship wave height to wind speed

Description

beaufort is a data frame describing the Beaufort Scale for sea state. The contents are wind, the wind speed in m/s, and height, wave height in m. The data were downloaded from Reference 1 on April 20, 2014.

Usage

data(beaufort, package="ocedata")

References

https://www.metoffice.gov.uk/weather/marine/guide/beaufortscale.html

Examples

data(beaufort, package="ocedata")
plot(beaufort$wind, beaufort$height)

dankelley/ocedata documentation built on Aug. 29, 2023, 9:50 p.m.