isImage: Test for an Image Object

View source: R/ImageClass.R

isImageR Documentation

Test for an Image Object

Description

Tests whether the object is of class Image

Usage

isImage(object)

Arguments

object

Any R object.

Value

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

Author(s)

Simon Garnier, garnier@njit.edu

See Also

Image, image

Examples

balloon <- image(system.file("sample_img/balloon1.png", package = "Rvision"))
isImage(balloon)


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