From 2dedcf42c25de39d44a4d88eb922b44c966cc21a Mon Sep 17 00:00:00 2001 From: unknown <olivier.delaigue@ANPI1430.antony.irstea.priv> Date: Thu, 19 Jan 2017 15:00:19 +0100 Subject: [PATCH] v0.0.3.15 documentation updated --- DESCRIPTION | 2 +- man/dyplot.default.Rd | 3 ++- man/plot.CalGR.Rd | 2 +- man/plot.ObsGR.Rd | 2 +- man/plot.SimGR.Rd | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index c7103bd..0018027 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: airGRscholar Type: Package Title: Tools to simplify the use of the airGR hydrological package for education (among others a Shiny application) -Version: 0.0.3 +Version: 0.0.3.15 Date: 2016-12-14 Authors@R: c(person("Olivier", "Delaigue", role = c("aut", "cre"), email = "airGR@irstea.fr"), person("Laurent", "Coron", role = c("aut")), person("Pierre", "Brigode", role = c("aut"))) Author: Olivier Delaigue, Laurent Coron and Pierre Brigode diff --git a/man/dyplot.default.Rd b/man/dyplot.default.Rd index 76424ae..55d94d6 100644 --- a/man/dyplot.default.Rd +++ b/man/dyplot.default.Rd @@ -34,7 +34,8 @@ \item{Roller}{[boolean or numeric] number of time scale units, see \code{\link{dyRoller}}} \item{LegendShow}{[character] when to display the legend. Specify \code{"always"} to always show the legend. Specify \code{"onmouseover"} to only display it when a user mouses over the chart. Specify \code{"follow"} (default) to have the legend show as overlay to the chart which follows the mouse. See \code{\link{dyLegend}}} - \item{...}{Further graphical parameters may also be supplied as arguments. See 'Details'} + + \item{...}{other parameters to be passed through to plotting functions} } diff --git a/man/plot.CalGR.Rd b/man/plot.CalGR.Rd index 5eccf2e..509ccc4 100644 --- a/man/plot.CalGR.Rd +++ b/man/plot.CalGR.Rd @@ -14,7 +14,7 @@ \item{which}{[character] XXXX \code{"perf"}, \code{"hist"}, \code{"time"}}, - \item{...}{Further graphical parameters may also be supplied as arguments. See 'Details'} + \item{...}{other parameters to be passed through to plotting functions} } diff --git a/man/plot.ObsGR.Rd b/man/plot.ObsGR.Rd index a090c0c..68e0979 100644 --- a/man/plot.ObsGR.Rd +++ b/man/plot.ObsGR.Rd @@ -30,7 +30,7 @@ \item{plot.na}{[boolean] boolean indicating if tna missing values are plotted on the x axis} - \item{...}{Further graphical parameters may also be supplied as arguments. See 'Details'} + \item{...}{other parameters to be passed through to plotting functions} } diff --git a/man/plot.SimGR.Rd b/man/plot.SimGR.Rd index d7a7721..cbe3409 100644 --- a/man/plot.SimGR.Rd +++ b/man/plot.SimGR.Rd @@ -12,7 +12,7 @@ \arguments{ \item{x}{[object of class \emph{SimGR}] see \code{\link{SimGR}} for details} -\item{...}{(optional) [XXXX] XXX} +\item{...}{other parameters to be passed through to plotting functions} } -- GitLab