| Dasst {Dasst} | R Documentation |
A constructor for an empty object of class Dasst
Description
Dasst is a constructor for the user that returns
an empty object of class Dasst.
Usage
Dasst()
Details
This function constructs an empty object of class
Dasst. No arguments are required.
Value
An empty object of class Dasst.
See Also
Dasst for class definition.
Examples
myObj <- Dasst()
myObj
class(myObj)
length(myObj)
[Package Dasst version 0.3.4 Index]