river_model_prediction: Programm for Model Handling and Prediction

Description Usage Arguments Value Functions Examples

View source: R/river_model_prediction.R

Description

This function is the front-end for model search on the server, model building with existing data, or prediction with new data. It invokes all other functions and handles their objects. It is a main function.

Usage

1
2
3

Arguments

river

character. The desired river, like "isar".

river_dir

character. Path to server and river directory

Value

(invisible) The data.frame returned by the prediction plus a date column for easy plotting.

Returns a list with the existing models for that river (empty if no model was found).

Functions

Examples

1
2
3
4
5
6
7
river_model_prediction(river = "isar")



serverpath <- "//poseidon/projekte$/SUW_Department/Projects/FLUSSHYGIENE/Data-Work packages/Daten"
river_dir <- search_existing_river_dir(river = "isar", server = serverpath)
search_existing_models(river_dir = river_dir)

KWB-R/kwb.flusshygiene documentation built on Oct. 30, 2019, 8:08 p.m.