prod_matrices_bycol {geocmeans} | R Documentation |
element wise product of two matrices by column
Description
element wise product of two matrices by column
Usage
prod_matrices_bycol(x, y)
Arguments
x |
a matrix |
y |
a matrix with the same dimensions |
Value
a matrix
[Package geocmeans version 0.3.4 Index]