Learn R Programming

ddR (version 0.1.2)

is.darray: Returns whether the input is a darray

Description

Returns whether the input is a darray

Usage

is.darray(x)
is.DArray(x)

Arguments

x
input object.

Value

TRUE if x is a darray, FALSE otherwise.

Examples

Run this code
## Not run: 
# is.darray(3) # FALSE
# is.darray(darray(psize=c(3,3),dim=c(9,9))) # TRUE
# ## End(Not run)

Run the code above in your browser using DataLab