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