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

Description Usage Arguments Value Examples

View source: R/dobject.R

Description

Returns whether the input entity is a DObject

Usage

1
2
3

Arguments

x

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

Value

TRUE if x is a DObject, FALSE otherwise

Examples

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)

ddR documentation built on May 29, 2017, 6:52 p.m.