Description Objects from the Class Slots Methods Author(s) References See Also Examples
Class 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)
Pelletier, A. and Andréassian, V.: Hydrograph separation: an impartial parametrisation for an imperfect method, Hydrol. Earth Syst. Sci., 24, 1171–1187, doi: 10.5194/hess-24-1171-2020, 2020
1 | showClass("BasinData")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.