wind_weights: Calculate wind weighting for each provided direction.

Description Usage Arguments Value Examples

View source: R/wind-weights.R

Description

Calculates weighting based on wind direction and speed. It takes a data frame and returns a tbl with the columns Direction, Frequency (number of intervals spent blowing in that direction), Speed (the average speed when blowing in that direction) and Weight ()

Usage

1

Arguments

x

A data frame with the columns Direction and Speed.

Value

A tbl with the columns Direction, Frequency, Speed and Weight.

Examples

1

sebdalgarno/HGfetch documentation built on May 29, 2019, 4:57 p.m.