ndim: Number of dimensions

ndimR Documentation

Number of dimensions

Description

This function is shorthand for length(dim(object)).

Usage

ndim(object)

Arguments

object

An R object.

Value

The dimensionality of the object. Objects without a dim attribute will produce zero.

Author(s)

Jon Clayden <code@clayden.org>

Examples

ndim(array(0L, dim=c(10,10)))


RNifti documentation built on June 22, 2024, 10:20 a.m.