Learn R Programming

cccm (version 0.1.0)

div_matrix_rows_with_vector: Row Wise Matrix Division

Description

This function returns of the row wise division of the m matrix and the vector v.

Usage

div_matrix_rows_with_vector(m, vec)

Arguments

m

is a matrix

vec

is a vector

Value

This function returns a num matrix.