isQueue: Test for a Queue object

View source: R/QueueClass.R

isQueueR Documentation

Test for a Queue object

Description

Tests whether the object is of class Queue.

Usage

isQueue(object)

Arguments

object

Any R object.

Value

A logical indicating whether the object is of class Queue (TRUE) or not (FALSE).

Author(s)

Simon Garnier, garnier@njit.edu

See Also

Queue, queue

Examples

balloon <- video(system.file("sample_vid/Balloon.mp4", package = "Rvision"))
buf <- queue(balloon)
isQueue(buf)


swarm-lab/Rvision documentation built on Feb. 7, 2024, 4:59 a.m.