seedClass {DelayedMatrixStats} | R Documentation |
Get the class of the seed of a DelayedArray
seedClass(x)
x |
The class of the seed of the DelayedArray::DelayedArray object.
Can't use class(seed(x))
because seed(x)
will return an error if
the seed is a DelayedArray::DelayedOp.