calculateCovariances3DAnemometer: calculateCovariances3DAnemometer

Description Usage Arguments Details Examples

View source: R/calculateCovariances3DAnemometer.R

Description

This function is designed to accept raw data from a 3D anemometer and divide the data into time segments. This data should consist of a time, a verticle and two cardinal horizontal wind directions.

Usage

1
2
3
4
calculateCovariances3DAnemometer(windDataframe, timeVariableName = "time",
  UVariableName = "U", VVariableName = "V", WVariableName = "W",
  SonicTemperatureVariableName = "T", timeIntervalType = "ceiling",
  timeIntervalValue = 15, timeIntervalUnits = "minutes")

Arguments

windDataframe

the data frame for wind data

timeVariableName

the name of the time variable

UVariableName

the column name of wind in the X direction

VVariableName

the column name of wind in the Y direction

WVariableName

the column name of wind in the Z direction

SonicTemperatureVariableName

the column name of the sonic temperature

timeIntervalType

is set to "ceiling" or "floor" depending on where to mark the samples

timeIntervalValue

the value which describes the length of the time segment

timeIntervalUnits

the units for the length of the time segment

Details

For each time segment the

Examples

1
2

Agriculturist/EmissionsHelper documentation built on July 19, 2020, 5:27 p.m.