From 8180e87445e6e775b56f11f2b60140155b9a9aa7 Mon Sep 17 00:00:00 2001 From: biopsichas <svajunas.plunge@gmail.com> Date: Wed, 26 Jun 2024 15:05:33 +0200 Subject: [PATCH] updated version docs --- DESCRIPTION | 4 ++-- man/plot_waterbalance.Rd | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 120fabe..4fc1887 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: SWATdoctR Type: Package Title: Finding the right diagnoses and treatments for SWAT+ models -Version: 0.1.23 +Version: 0.1.24 Author: c(person("Christoph", "Schürz", email = "christoph.schuerz@ufz.de", role = c("aut", "cre")), @@ -34,4 +34,4 @@ Suggests: License: GPL-3 Encoding: UTF-8 LazyData: true -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.1 diff --git a/man/plot_waterbalance.Rd b/man/plot_waterbalance.Rd index a4b0b8a..d043c76 100644 --- a/man/plot_waterbalance.Rd +++ b/man/plot_waterbalance.Rd @@ -4,13 +4,16 @@ \alias{plot_waterbalance} \title{Plot the average annual water balance} \usage{ -plot_waterbalance(sim_verify) +plot_waterbalance(sim_verify, simplified = FALSE) } \arguments{ \item{sim_verify}{Simulation output of the function \code{run_swat_verification()} as a single object. To plot the water balance at least the output option \code{outputs = 'wb'} must be set in \code{run_swat_verification()}.} + +\item{simplified}{Boolean, TRUE to plot a simplified version of the flow chart. +Default is FALSE.} } \value{ Returns a ggplot flow chart with the simulated average annual water -- GitLab