Description Usage Arguments Value Examples
Returns whether the input is a sparse_darray
1 |
x |
input object. |
TRUE if x is a sparse_darray, FALSE otherwise.
1 2 3 4 5 6 | ## Not run:
is.sparse_darray(3) # FALSE
is.sparse_darray(darray(psize=c(3,3),dim=c(9,9))) # FALSE
is.sparse_darray(darray(npartitions=3,sparse=TRUE)) # TRUE
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.