

   SSiiggnn FFuunnccttiioonn

        sign(x)

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

          x: a numeric vector

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

        `sign' returns a vector with the signs of the corre-
        sponding elements of `x' (the sign of a real number is
        1, 0, or -1 if the number is positive, zero, or nega-
        tive, respectively).

        Note that `sign' does not operate on complex vectors.

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

        `abs'

