guolv {pcutils} | R Documentation |
Filter your data
Description
Filter your data
Usage
guolv(tab, sum = 10, exist = 1)
Arguments
tab |
dataframe |
sum |
the rowsum should bigger than sum(default:10) |
exist |
the exist number bigger than exist(default:1) |
Value
input object
Examples
data(otutab)
guolv(otutab)
[Package pcutils version 0.2.6 Index]