Learn R Programming

ddR (version 0.1.1)

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
is.dlist(3) #FALSE
is.dlist(dlist(1,2,3,nparts=3)) #TRUE

Run the code above in your browser using DataLab