Description Usage Arguments Value Examples
removes zeros from matricies by row
1 | rm_0s_by_row(r)
|
r |
matrix |
remaining rows with values, matrix
1 2 3 | set.seed(123)
x = matrix(rpois(100, .1), 10, 10)
rm_0s_by_row(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.