filter_zero_columns {MultIS}R Documentation

Removes columns that only contain 0 or NA.

Description

Removes columns that only contain 0 or NA.

Usage

filter_zero_columns(dat)

Arguments

dat

The readout matrix to filter.

Value

A matrix where columns that where only 0 or NA are filtered out.


[Package MultIS version 0.6.2 Index]