Learn R Programming

stUPscales (version 1.0.3.5)

inputObs-class: Class "inputObs"

Description

The class provides a container for inputs required to invoke Validation_Quantity and Validation_Quantity_Agg methods.

Arguments

Objects from the Class

Objects can be created by calls of the form inputObs(...).

Slots

id:

Object of class "numeric" to define an unique index for the object.

plot:

Object of class "numeric". One of 0 (no plots are cretated) or 1 (to create plots).

delta:

Object of class "list" to define the time step in minutes for temporal aggregation required e.g. list(P1 = 10, wlt_obs = 10, vol_sim = 10)

for defining the time steps of 10 minutes for the three variables P1, wlt_obs, vol_sim.
observations:

Object of class "list" to define the observed time series.

lev2vol:

Object of class "list" to define the curve for the relationship level to volume.

namePlot:

Object of class "character" to define the name of the plot to create.

legendPosition:

Object of class "list" with three character objects, which define the posistion of the legend for the top, second and bottom insets of the plot.

var:

Object of class "character" to define the name of the variable from which the time series simulated are defined.

Methods

Validation_Quantity_Agg

signature(x = "input", y = "inputObs"): ...

Validation_Quantity

signature(x = "input", y = "inputObs"): ...

Author

J.A. Torres-Matallana

Examples

Run this code
showClass("inputObs")

inputObs()

Run the code above in your browser using DataLab