| Dataclass {distrSim} | R Documentation | 
Generating function for "Dataclass"
Description
Generates an object of class "Dataclass".
Usage
Dataclass(Data, ...)
## S4 method for signature 'ArrayorNULLorVector'
Dataclass(Data, filename = NULL, name = "Data-Set")
## S4 method for signature 'array'
Dataclass(Data, filename = NULL, name = "Data-Set")
## S4 method for signature 'matrix'
Dataclass(Data, filename = NULL, name = "Data-Set")
## S4 method for signature 'DataframeorSeqDataFrames'
Dataclass(Data, filename = NULL, name = "Data-Set")
Arguments
| Data | the data to be filled in | 
| filename |  Object of class  | 
| name |        Object of class  | 
| ... | additional parameters. | 
Author(s)
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de,
See Also
[Package distrSim version 2.8.2 Index]