Commit 2dedcf42 authored by unknown's avatar unknown
Browse files

v0.0.3.15 documentation updated

Showing with 6 additions and 5 deletions
+6 -5
Package: airGRscholar Package: airGRscholar
Type: Package Type: Package
Title: Tools to simplify the use of the airGR hydrological package for education (among others a Shiny application) 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 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"))) 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 Author: Olivier Delaigue, Laurent Coron and Pierre Brigode
......
...@@ -34,7 +34,8 @@ ...@@ -34,7 +34,8 @@
\item{Roller}{[boolean or numeric] number of time scale units, see \code{\link{dyRoller}}} \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{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}
} }
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
\item{which}{[character] XXXX \code{"perf"}, \code{"hist"}, \code{"time"}}, \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}
} }
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
\item{plot.na}{[boolean] boolean indicating if tna missing values are plotted on the x axis} \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}
} }
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
\arguments{ \arguments{
\item{x}{[object of class \emph{SimGR}] see \code{\link{SimGR}} for details} \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}
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment