rm_low: Remove the low relative items in each column

View source: R/statistics.R

rm_lowR 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)

pcutils documentation built on June 26, 2024, 1:06 a.m.