Description Usage Arguments Details Examples
View source: R/calculateMeanProducts3DAnemometer.R
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.
1 2 3 4  | calculateMeanProducts3DAnemometer(windDataframe, timeVariableName = "time",
  UVariableName = "U", VVariableName = "V", WVariableName = "W",
  SonicTemperatureVariableName = "T", timeIntervalType = "ceiling",
  timeIntervalValue = 15, timeIntervalUnits = "minutes")
 | 
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  | 
For each time segment the products of the data are averaged.
1 2  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.