| BasinData-class {baseflow} | R Documentation |
BasinDataClass used by package baseflow to store hydroclimatic data from a given catchment.
Objects can be created by calls of the form new("BasinData", ...), but it is recommended to use BasinData function to create this object.
Name:Object of class "character" giving the name of the catchment (e.g. Seine in Paris
Dates:Vector of "POSIXct" dates giving timestamps of measures
nbTimeStep:Object of class "integer" giving the number of measures
P:Vector of total precipitation of length nbTimeStep
PET:Vector of potential evapotranspiration of length nbTimeStep
Qobs:Vector of observed streamflow of length nbTimeStep
signature(x = "BasinData"): transforms object into a data frame.
signature(x = "BasinData"): prints object to console
signature(object = "BasinData"): shows object
signature(object = "BasinData"): show a summary of object
Pelletier and Andreassian (antoine.pelletier@irstea.fr)
showClass("BasinData")