Skip to content

Commit 417854c

Browse files
committed
Use rabimo_inputs_2020 for a running example
1 parent 2bd3ad0 commit 417854c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

R/run_rabimo.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,9 @@ yearly_height_to_volume_flow <- function(height, area)
355355
#' @returns list with the arguments of this function as list elements
356356
#' @export
357357
#' @examples
358-
#' inputs <- kwb.rabimo::rabimo_inputs_2025
358+
#' inputs <- kwb.rabimo::rabimo_inputs_2020
359359
#' result <- run_rabimo(inputs$data, inputs$config)
360+
#' colMeans(as.matrix(result[, -1L]))
360361
define_controls <- function(
361362
check = TRUE,
362363
use_abimo_bagrov_solver = TRUE,

0 commit comments

Comments
 (0)