Tests whether the object is of class Image
Value
A logical indicating whether the object is of class
Image
(TRUE) or not (FALSE).
Author
Simon Garnier, garnier@njit.edu
Examples
balloon <- image(system.file("sample_img/balloon1.png", package = "Rvision"))
isImage(balloon)
#> [1] TRUE