Attempts to turn its argument into a matrix or an array.

# S3 method for Rcpp_Image
as.array(x, ...)

Arguments

x

An Image object.

...

Ignored.

Value

A matrix or array of the same dimensions as the Image object.

See also

Author

Simon Garnier, garnier@njit.edu

Examples

# TODO