Dataclass {distrSim} | R Documentation |
Generates an object of class "Dataclass".
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")
Data |
the data to be filled in |
filename |
Object of class "character" : the filename the data shall be saved |
name |
Object of class "character" : a name for the Data |
... |
additional parameters. |
Peter Ruckdeschel Peter.Ruckdeschel@itwm.fraunhofer.de,