Data-methods {distrSim} | R Documentation |
Methods for Function Data in Package ‘distrSim’
Description
Methods to access and change the Data
-slot
Methods
- Data
signature(object = "Dataclass")
: returns the data- Data<-
signature(object = "Dataclass")
: changes the data (does not work with a simulation or a contsimulation object)- Data<-
signature(object = "Simulation")
: ERROR: A change of the data is not allowed.- Data<-
signature(object = "Contsimulation")
: ERROR: A change of the data is not allowed.
[Package distrSim version 2.8.2 Index]