calculateMeansOverTime: calculateMeansOverTime

Description Usage Arguments Details Examples

View source: R/calculateMeansOverTime.R

Description

This function is designed to accept raw data and divide the data into time segments.

Usage

1
2
3
calculateMeansOverTime(dataframe, timeColumnName = "time",
  valueColumnName = NULL, timeIntervalType = "ceiling",
  timeIntervalValue = 15, timeIntervalUnits = "minutes")

Arguments

dataframe

the data frame for wind data

timeColumnName

the name of the time variable

valueColumnName

the value of the dataframe to perform statistics

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 outputs are:

mean - mean of each time segment stdDev - standard deviation of each time segment count - count of each time segment max - max of each time segment min - min of each time segment

Examples

1
2

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