pmin_mat | R Documentation |
Calculates row-wise minimum of a matrix by looping over columns.
pmin_mat(mat_var)
mat_var |
input matrix |
This function is useful when nrow
is much greater than ncol
.
a vecvor with a dimension nrow(mat_var)
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.