Description Usage Arguments Value Examples
remove zeros vertically /w colsums
1 |
col |
matrix column |
a matrix with occupied columns
1 2 3 | set.seed(123)
x = matrix(rpois(100, .1), 10, 10)
rm_0s_by_col(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.