Skip to contents

This function tests whether an object is a Numpy array.

Usage

is_image(x)

Arguments

x

Any R object.

Value

A logical indicating whether the object is a Numpy array (TRUE) or not (FALSE).

Author

Simon Garnier, garnier@njit.edu