Skip to content
Snippets Groups Projects
Commit 8180e874 authored by Svajunas Plunge's avatar Svajunas Plunge
Browse files

updated version docs

parent c5d95175
No related branches found
No related tags found
No related merge requests found
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
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment