length.Dasst {Dasst} | R Documentation |
Dasst
.length.Dasst
computes the length of an object of
class Dasst
.
## S3 method for class 'Dasst' length(x)
x |
Object of class |
This function extends the S3 length
generic
function. It computes the length of an object of class
Dasst
. The length equals the
quantity of stored tables. The empty object has length
0
.
An integer representing the length of the object.
data(plantGrowth) length(plantGrowth)