Learn R Programming

cccm (version 0.1.0)

col_diff_matrix_with_vector: Column Wise Matrix Diff

Description

This function returns of the column wise difference between the m matrix and the vector v

Usage

col_diff_matrix_with_vector(m, vec)

Arguments

m

is a matrix

vec

is a vector

Value

This function returns a num matrix.