- the <code>theme</code> agument of the <code>ShinyGR()<code> function now uses partial matching
- the <code>as.data.frame.airGRt())</code> , <code>plot</code>, <code>plot.PrepGR()</code>, <code>plot.CalGR()</code> and <code>plot.SimGR()</code> functions are no longer exported by the namespace
\title{Time series plotting GR observation objects}
\title{Static plots for time series of PrepGR, CalGR and SimGR objects}
\description{Time series plotting GR observation objects}
\description{
Static plots for time series of \emph{PrepGR}, \emph{CalGR} and \emph{SimGR} objects.
Also plot of the evolution of parameters and objective function during the calibration step for CalGR object.}
\usage{
...
...
@@ -27,7 +29,7 @@
\arguments{
\item{x}{[object of class \emph{PrepGR}] see \code{\link{PrepGR}} for details}
\item{x}{[object of class \emph{PrepGR}, \emph{CalGR} or \emph{SimGR}] see \code{\link{PrepGR}}, \code{\link{CalGR}}, \code{\link{SimGR}} for details}
\item{type}{[character] the type of plot that should be drawn (see \code{\link[graphics]{plot}} for details)}
...
...
@@ -45,9 +47,9 @@
\item{plot.na}{[boolean] boolean indicating if the missing values are plotted on the x-axis}
\item{...}{other parameters to be passed through to plotting functions}
\item{which}{[character] choice of the plot type (\code{"perf"} (default): plot diagnostics; \code{"iter"}: parameter and calibration criterion values during the iterations of the steepest descent step of the airGR calibration algorithm; \code{"ts"}: time series of observed precipitation and observed and simulated flows)}
\item{...}{other parameters to be passed through to plotting functions}