Learn R Programming

flifo (version 0.1.5)

is.empty.stack: Test emptyness of a stack

Description

This method tests if a stack x is empty.

Usage

# S3 method for stack
is.empty(x)

Arguments

x

A stack.

Value

A logical, TRUE if x is empty.

See Also

The generic function is.empty in package bazar.