filterMatrix | R Documentation |
Filter Matrix
filterMatrix(matrix, low.cutoff = -Inf, high.cutoff = Inf)
matrix |
A matrix to be filtered. |
low.cutoff |
Lower cutoff bound below which will be removed. Default is negative infinity. |
high.cutoff |
Upper cutoff bound above which will be removed. Default is positive infinity. |
Returns a filtered matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.