# NOT RUN {
library(oce)
data(buoy, package="ocedata")
par(mfrow=c(3,1))
oce.plot.ts(buoy$time, buoy$wind, ylab="Wind Speed [m/s]")
oce.plot.ts(buoy$time, buoy$height, ylab="Wave height [m]")
oce.plot.ts(buoy$time, buoy$period, ylab="Wave period [s]")
# }
Run the code above in your browser using DataLab