length.Dasst {Dasst} | R Documentation |
Length of an object of class Dasst
.
Description
length.Dasst
computes the length of an object of
class Dasst
.
Usage
## S3 method for class 'Dasst'
length(x)
Arguments
x |
Object of class |
Details
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
.
Value
An integer representing the length of the object.
See Also
Examples
data(plantGrowth)
length(plantGrowth)
[Package Dasst version 0.3.4 Index]