Get Prediction of Q
1 2 3 | getPredictionOfQ(hydraulicData, regressionModels = NULL, modelDir,
columns = c(DateTime = "DateTime", H = "H", Q.raw = "Q.raw"),
only.if.na = TRUE)
|
hydraulicData |
data frame with columns as named in |
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! |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.