getPredictionOfQ: Get Prediction of Q

Description Usage Arguments

View source: R/validation.R

Description

Get Prediction of Q

Usage

1
2
3
getPredictionOfQ(hydraulicData, regressionModels = NULL, modelDir,
  columns = c(DateTime = "DateTime", H = "H", Q.raw = "Q.raw"),
  only.if.na = TRUE)

Arguments

hydraulicData

data frame with columns as named in columns

regressionModels

data frame with character columns from, to (or POSIXct columns tBeg and tEnd) and character columns modelFile determining the time intervals to which the different correlation models are assigned.

modelDir

full path to directory where the model files (of the current station) are stored

columns

names of columns containing Date and Time, water levels and water flows

only.if.na

logical. Not used!


KWB-R/kwb.monitoring documentation built on May 17, 2019, 1:06 p.m.