Learn R Programming

processR (version 0.2.7)

matrix2no: 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

Run this code
matrix2no(c(1,1,1,0,0,1))

Run the code above in your browser using DataLab