powered by
A data frame containing wind, the wind speed in m/s, and height, the probable wave height in m, both as suggested in the Beaufort Scale.
wind
height
data(beaufort)
# NOT RUN { data(beaufort, package="ocedata") plot(beaufort$wind, beaufort$height) # }
Run the code above in your browser using DataLab