arity {spray} | R Documentation |
The arity of a spray object: the number of indices needed to retrieve an entry, or the number of columns in the index matrix.
arity(S)
S |
a spray object |
Returns an integer
Robin K. S. Hankin
(a <- rspray())
arity(a)