isVideo: Test for a Video Object

View source: R/VideoClass.R

isVideoR Documentation

Test for a Video Object

Description

Tests whether the object is of class Video.

Usage

isVideo(object)

Arguments

object

Any R object.

Value

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

Author(s)

Simon Garnier, garnier@njit.edu

See Also

Video, video

Examples

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


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