Skip to contents

One of:

  • drop rows containing missing values

  • fill missing values with column mean

Usage

def.miss.hndl(
  eddy.data,
  missingMethod,
  missingThreshold,
  aggregationDuration,
  freq
)

Arguments

eddy.data

eddy.data data frame

missingMethod

how should missing data be handeled if it is less than the threshold. "drop","mean"

missingThreshold

decimal percentage of missing data threshold per file

aggregationDuration

flux aggregation period (s)

freq

data aquisition frequency of input data

Value

eddy.data with missing values handled

Author

W. S. Drysdale