filter_zero_rows {MultIS} | R Documentation |
Removes rows that only contain 0 or NA.
Description
Removes rows that only contain 0 or NA.
Usage
filter_zero_rows(dat)
Arguments
dat |
The readout matrix to filter. |
Value
A matrix where rows that where only 0 or NA are filtered out.
[Package MultIS version 0.6.2 Index]