Description Usage Arguments Value Functions Examples
View source: R/river_model_prediction.R
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.
1 2 3 | river_model_prediction(river)
search_existing_models(river_dir)
|
river |
character. The desired river, like "isar". |
river_dir |
character. Path to server and river directory |
(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).
search_existing_models
: directory searching
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.