nrow, ncol and nchan return the number of rows, columns or channels present in an Image object.

nrow.Rcpp_Image(x)
ncol.Rcpp_Image(x)
nchan(x)

Arguments

x

An Image object.

Value

A numeric value.

See also

dim which returns all dimensions.

Author

Simon Garnier, garnier@njit.edu

Examples

# TODO