powered by
Examples are self-speaking.
at_least(x, fac, N)
a Momocs object of same class
any Momocs object
the id of name of the $fac column
minimal number of individuals to retain the group
Other handling functions: arrange(), chop(), combine(), dissolve(), fac_dispatcher(), filter(), mutate(), rename(), rescale(), rm_harm(), rm_missing(), rm_uncomplete(), rw_fac(), sample_frac(), sample_n(), select(), slice(), subsetize()
arrange()
chop()
combine()
dissolve()
fac_dispatcher()
filter()
mutate()
rename()
rescale()
rm_harm()
rm_missing()
rm_uncomplete()
rw_fac()
sample_frac()
sample_n()
select()
slice()
subsetize()
table(trilo$onto) at_least(trilo, "onto", 9) at_least(trilo, "onto", 16) at_least(trilo, "onto", 2000) # too ambitious !
Run the code above in your browser using DataLab