| at_least | R Documentation |
Examples are self-speaking.
at_least(x, fac, N)
x |
any Momocs object |
fac |
the id of name of the $fac column |
N |
minimal number of individuals to retain the group |
a Momocs object of same class
if N is too ambitious the original object is returned with a message
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()
table(trilo$onto)
at_least(trilo, "onto", 9)
at_least(trilo, "onto", 16)
at_least(trilo, "onto", 2000) # too ambitious !
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.