Learn R Programming

processR (version 0.2.3)

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
# NOT RUN {
matrix2no(c(1,1,1,0,0,1))
# }

Run the code above in your browser using DataLab