powered by
Tests whether the object is of class Image
Image
isImage(object)
Any R object.
A logical indicating whether the object is of class Image (TRUE) or not (FALSE).
Image, image
image
# NOT RUN { balloon <- image(system.file("sample_img/balloon1.png", package = "Rvision")) isImage(balloon) # }
Run the code above in your browser using DataLab