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.

data(beaufort, package="ocedata")

Examples

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