Learn R Programming

ocedata (version 0.1.6)

beaufort: Beaufort scale relationship of wind speed to wave height

Description

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.

Usage

data(beaufort)

Arguments

Examples

Run this code
# NOT RUN {
data(beaufort, package="ocedata")
plot(beaufort$wind, beaufort$height)
# }

Run the code above in your browser using DataLab