

   TTaabbuullaattiioonn ffoorr VVeeccttoorrss

        tabulate(bin, nbin=max(bin))

   DDeessccrriippttiioonn::

        `tabulate' takes the integer valued vector `bin' and
        counts the number of times each integer occurs in it.
        `tabulate' is used as the basis of the `table' func-
        tion.

   SSeeee AAllssoo::

        `factor', `table'.

   EExxaammpplleess::

        tabulate(c(2,3,5))
        tabulate(c(2,3,5), nb = 10)

