Learn R Programming

bReeze (version 0.2-2)

winddata: Example data for bReeze

Description

This dataset is provided as part of the bReeze package for use with the examples in the documantation. It contains measured wind speed and wind direction in a 10 minute interval, collected by a meteorological mast.

Usage

data(winddata)

Arguments

encoding

UTF-8

Examples

Run this code
# load example data
data(winddata)

# display the structure of the data
str(winddata)

Run the code above in your browser using DataLab