sdiDf-class: Class "sdiDf"
Description
Class "sdiDf" is an interface for converting an object of
class "data.frame" into an object of class "simData". Objects from the Class
Objects can be created by calls of the form new("sdiDf",
...)Slots
data:- Object of class
"data.frame" storing the
data to be used in the simulation.
Extends
Class "simDataInterface", directly.Methods
- getSimData
signature(object = "sdiDf", period =
"orderable", verbose = "logical"): Returns an object of class
"simData" containing the data for only that period
specified by period.