is.dlist: Returns whether the input is a dlist

Description Usage Arguments Value Examples

View source: R/dobject.R

Description

Returns whether the input is a dlist

Usage

1
2
3

Arguments

x

Input object.

Value

TRUE if x is a dlist, FALSE otherwise

Examples

1
2
3
4
5
## Not run: 
is.dlist(3) #FALSE
is.dlist(dlist(1,2,3,nparts=3)) #TRUE

## End(Not run)

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