rm_low {pcutils}R Documentation

Remove the low relative items in each column

Description

Remove the low relative items in each column

Usage

rm_low(otutab, relative_threshold = 0.0001)

Arguments

otutab

otutab

relative_threshold

threshold, default: 1e-4

Value

data.frame

Examples

data(otutab)
rm_low(otutab)

[Package pcutils version 0.2.5 Index]