| inputObs-class | R Documentation |
"inputObs"The class provides a container for inputs required to invoke
Validation_Quantity and Validation_Quantity_Agg methods.
Objects can be created by calls of the form inputObs(...).
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.
signature(x = "input", y = "inputObs"): ...
signature(x = "input", y = "inputObs"): ...
J.A. Torres-Matallana
showClass("inputObs")
inputObs()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.