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/ant documentation built on Sept. 23, 2023, 7:06 a.m.