Learn R Programming

ddR (version 0.1.2)

is.dlist: Returns whether the input is a dlist

Description

Returns whether the input is a dlist

Usage

is.dlist(x)
is.DList(x)

Arguments

x
Input object.

Value

TRUE if x is a dlist, FALSE otherwise

Examples

Run this code
## Not run: 
# is.dlist(3) #FALSE
# is.dlist(dlist(1,2,3,nparts=3)) #TRUE
# ## End(Not run)

Run the code above in your browser using DataLab