Description Usage Arguments Value
Function for filtering of matrix, rows present in less than 'p' columns will be removed. After row filtering, columns with a sum of 0 wil be removed.
1 | filter_mat(x, p)
|
x |
The input matrix to be filtered. |
p |
The cutoff for non-zero column number. |
x The same matrix after filtering.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.