Commit 8d49a55a authored by unknown's avatar unknown
Browse files

v1.0.7.2 the command "?L0123001" now returns the documentation page related to BasinObs

Showing with 20 additions and 1 deletion
+20 -1
Package: airGR Package: airGR
Type: Package Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.0.7.1 Version: 1.0.7.2
Date: 2017-06-13 Date: 2017-06-13
Authors@R: c( Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl")), person("Laurent", "Coron", role = c("aut", "trl")),
......
\docType{data} \docType{data}
\encoding{UTF-8} \encoding{UTF-8}
\name{BasinInfo} \name{BasinInfo}
\alias{BasinInfo} \alias{BasinInfo}
\title{Data sample: characteristics of a fictional catchment (L0123001, L0123002 or L0123003)} \title{Data sample: characteristics of a fictional catchment (L0123001, L0123002 or L0123003)}
\format{List named 'BasinInfo' containing \format{List named 'BasinInfo' containing
\itemize{ \itemize{
\item two strings: catchment's code and station's name \item two strings: catchment's code and station's name
\item one float: catchment's area in km2 \item one float: catchment's area in km2
\item one numeric vector: catchment's hypsometric curve (min, quantiles 01 to 99 and max) in metres \item one numeric vector: catchment's hypsometric curve (min, quantiles 01 to 99 and max) in metres
}} }}
\description{ \description{
R-object containing the code, station's name, area and hypsometric curve of the catchment. R-object containing the code, station's name, area and hypsometric curve of the catchment.
} }
\examples{ \examples{
library(airGR) library(airGR)
data(L0123001) data(L0123001)
......
\docType{data} \docType{data}
\encoding{UTF-8} \encoding{UTF-8}
\name{BasinObs} \name{BasinObs}
\alias{BasinObs} \alias{BasinObs}
\alias{L0123001}
\alias{L0123002}
\alias{L0123003}
\title{Data sample: time series of observations of a fictional catchment (L0123001, L0123002 or L0123003)} \title{Data sample: time series of observations of a fictional catchment (L0123001, L0123002 or L0123003)}
\format{Data frame named 'BasinObs' containing \format{Data frame named 'BasinObs' containing
\itemize{ \itemize{
\item one POSIXct vector: time series dates in the POSIXct format \item one POSIXct vector: time series dates in the POSIXct format
\item five numeric vectors: time series of catchment average precipitation [mm/time step], catchment average air temperature [°C], catchment average potential evapotranspiration [mm/time step], outlet discharge [l/s], outlet discharge [mm/time step] \item five numeric vectors: time series of catchment average precipitation [mm/time step], catchment average air temperature [°C], catchment average potential evapotranspiration [mm/time step], outlet discharge [l/s], outlet discharge [mm/time step]
}} }}
\description{ \description{
R-object containing the times series of precipitation, temperature, potential evapotranspiration and discharges. \cr R-object containing the times series of precipitation, temperature, potential evapotranspiration and discharges. \cr
Times series for L0123001 or L0123002 are at the daily time step for use with daily models such as GR4J, GR5J, GR6J, CemaNeigeGR4J, CemaNeigeGR5J and CemaNeigeGR6J. Times series for L0123001 or L0123002 are at the daily time step for use with daily models such as GR4J, GR5J, GR6J, CemaNeigeGR4J, CemaNeigeGR5J and CemaNeigeGR6J.
Times series for L0123003 are at the hourly time step for use with hourly models such as GR4H. Times series for L0123003 are at the hourly time step for use with hourly models such as GR4H.
} }
\seealso{
\code{\link{BasinInfo}}.
}
\examples{ \examples{
library(airGR) library(airGR)
data(L0123001) data(L0123001)
......
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