View source: R/Proxytools_helpers.R
remove_empty_rows | R Documentation |
Remove empty rows (i.e. consisting only of zeros) in a matrix
remove_empty_rows(xin)
xin |
Matrix |
Matrix
testmatrix <- matrix(c(1,0,1,0),ncol=2)
print(testmatrix)
print(remove_empty_rows(testmatrix))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.