

   TTuukkeeyy FFiivvee--NNuummbbeerr SSuummmmaarriieess

        fivenum(x, na.rm = TRUE)

   AArrgguummeennttss::

          x: numeric, maybe including `NA''s and +/-`Inf's.

      na.rm: logical; if `TRUE', all `NA' and `NaN's are
             dropped, before the statistics are computed.

   VVaalluuee::

        A five number summary (minimum, lower-hinge, median,
        upper-hinge, maximum) for the (non `NA') numbers in
        `x'.

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

        `IQR', `boxplot.stats', `median', `quantile', `range'.

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

        fivenum(c(rnorm(100),-1:1/0))

