Learn R Programming

pcutils (version 0.2.8)

rm_low: 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)

Value

data.frame

Arguments

otutab

otutab

relative_threshold

threshold, default: 1e-4

Examples

Run this code
data(otutab)
rm_low(otutab)

Run the code above in your browser using DataLab