powered by
Examples are self-speaking.
at_least(x, fac, N)
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, rescale, rm_harm, rm_uncomplete, rw_fac, sample_frac, sample_n, select, slice
arrange
chop
combine
dissolve
fac_dispatcher
filter
mutate
rescale
rm_harm
rm_uncomplete
rw_fac
sample_frac
sample_n
select
slice
# NOT RUN { 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