mat_filter | R Documentation |
Filtering matrix cells according to a threshold and replace them by a bouble.
mat_filter(m, threshold, replace)
m |
a matrix. |
threshold |
a value above wich the cells of the matrix will be keep. |
replace |
a doubl eindicating the value by which replace the replace elements. |
A matix.
Sebastian Sosa, Ivan Puga-Gonzales.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.