Learn R Programming

ddR (version 0.1.1)

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
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

Run the code above in your browser using DataLab