is.empty.stack {flifo} | R Documentation |
Test emptyness of a stack
Description
This method tests if a stack x
is empty.
Usage
## S3 method for class '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.
[Package flifo version 0.1.5 Index]