next | previous | forward | backward | up | top | index | toc | Macaulay2 web site

commonest -- the most common elements of a list or tally

Synopsis

Description

i1 : commonest {a,a,a,a,b,b,b,b,c,c,d}

o1 = {a, b}

o1 : List

Ways to use commonest :