mat_dim: Dimensions of a matrix

View source: R/RcppExports.R

mat_dimR Documentation

Dimensions of a matrix

Description

Retrieve or set the dimension of Matrix.

Usage

mat_dim(m)

Arguments

m

a matrix.

Value

A numeric vector with two elements. The first one correspond to the number of row and the second one correspond to the number of columns.

Author(s)

Sebastian Sosa, Ivan Puga-Gonzales.


SebastianSosa/ANTs documentation built on Sept. 25, 2023, 11:06 p.m.