Dasst {Dasst} | R Documentation |
Dasst
is a constructor for the user that returns
an empty object of class Dasst
.
Dasst()
This function constructs an empty object of class
Dasst
. No arguments are required.
An empty object of class Dasst
.
Dasst
for class definition.
myObj <- Dasst() myObj class(myObj) length(myObj)