is.darray: Returns whether the input is a darray

Description Usage Arguments Value Examples

View source: R/dobject.R

Description

Returns whether the input is a darray

Usage

1
2
3

Arguments

x

input object.

Value

TRUE if x is a darray, FALSE otherwise.

Examples

1
2
3
4
5
## Not run: 
is.darray(3) # FALSE
is.darray(darray(psize=c(3,3),dim=c(9,9))) # TRUE

## End(Not run)

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