Learn R Programming

ddR (version 0.1.2)

is.dobject: Returns whether the input entity is a DObject

Description

Returns whether the input entity is a DObject

Usage

is.dobject(x)
is.DObject(x)

Arguments

x
The input to test to see whether it is a DObject.

Value

TRUE if x is a DObject, FALSE otherwise

Examples

Run this code
## 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)

Run the code above in your browser using DataLab