is.image_ef: Test if the input is of class 'image_ef'

Description Usage Arguments Value Examples

View source: R/image_ef.R

Description

Test if the input is of class 'image_ef'

Usage

1

Arguments

img

An object to be tested.

Value

TRUE, if img is of class 'image_ef', FALSE otherwise

Examples

1
2
3
4
5
img <- image_ef(c(1,2,3,4))
is.image_ef(img)

noImg <- "a"
is.image_ef(noImg)

Osburg/eigenfaces documentation built on Aug. 26, 2020, 4:41 p.m.