beaufort {ocedata}R 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)

[Package ocedata version 0.2.2 Index]