22title : " Workflow Eisenstadt 2005 (neuer Rechenkern 2026-02-24)"
33output : rmarkdown::html_vignette
44vignette : >
5- %\VignetteIndexEntry{Workflow Eisenstadt 2005 (neuer Rechenkern 2026-01-22 )}
5+ %\VignetteIndexEntry{Workflow Eisenstadt 2005 (neuer Rechenkern 2026-02-24 )}
66 %\VignetteEngine{knitr::rmarkdown}
77 %\VignetteEncoding{UTF-8}
88---
@@ -287,8 +287,9 @@ htmlwidgets::saveWidget(DT::datatable(simulation_results_optimisation,
287287 autoWidth = TRUE)),
288288 file = sprintf("simulation_results_optimisation_%s.html",
289289 paths$modelname),
290- title = "RAINDROP - Solution Space")
291-
290+ title = sprintf("RAINDROP - '%s': Solution Space",
291+ paths$modelname)
292+ )
292293### Plot results
293294
294295
@@ -326,7 +327,8 @@ htmlwidgets::saveWidget(
326327 file = sprintf("simulation_results_optimisation_%s_main-effects.html",
327328 paths$modelname),
328329 selfcontained = TRUE,
329- title = "RAINDROP - Main Effects"
330+ title = sprintf("RAINDROP - '%s': Main Effects",
331+ paths$modelname)
330332)
331333
332334
@@ -359,7 +361,9 @@ for (y in c("mulde_height", "filter_hydraulicconductivity", "storage_height")) {
359361 paths$modelname,
360362 y),
361363 selfcontained = TRUE,
362- title = sprintf("Design Space: mulde_area vs. %s", y)
364+ title = sprintf("'%s' - Design Space: mulde_area vs. %s",
365+ paths$modelname,
366+ y)
363367 )
364368
365369 # statisch ins PDF (WICHTIG!)
@@ -386,7 +390,8 @@ p <- kwb.raindrop::plot_wb_tradeoff_overflows(
386390 file = sprintf("simulation_results_optimisation_%s_water-balance.html",
387391 paths$modelname),
388392 selfcontained = TRUE,
389- title = "Water balance vs overflows"
393+ title = sprintf("'%s' - Water balance vs overflows",
394+ paths$modelname)
390395 )
391396
392397 # statisch ins PDF (WICHTIG!)
0 commit comments