matrix2no: Calculate the dimension of matrix

View source: R/matrixPlot.R

matrix2noR Documentation

Calculate the dimension of matrix

Description

Calculate the dimension of matrix

Usage

matrix2no(matrix = c(1, 1, 1, 0, 0, 1))

Arguments

matrix

a numeric vector

Examples

matrix2no(c(1,1,1,0,0,1))

cardiomoon/processR documentation built on April 20, 2023, 3:38 a.m.