Description Usage Arguments Value Examples
eliminate empty rows
1 | get_rid_zero(r)
|
r |
matrix |
new matrix remaining rows with values
1 2 3 | set.seed(123)
x = matrix(rpois(100, .1), 10, 10)
get_rid_zero(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.