row_diff_matrix_with_vector: Row Wise Matrix Diff

View source: R/row_diff_matrix_with_vector.R

row_diff_matrix_with_vectorR Documentation

Row Wise Matrix Diff

Description

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

Usage

row_diff_matrix_with_vector(m, vec)

Arguments

m

is a matrix

vec

is a vector

Value

This function returns a num matrix.


cccm documentation built on May 30, 2022, 9:06 a.m.