beaufort | R Documentation |
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")
https://www.metoffice.gov.uk/weather/marine/guide/beaufortscale.html
data(beaufort, package="ocedata") plot(beaufort$wind, beaufort$height)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.