

        ra2ba(x)

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

          x: Array of arbitrary dimension

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

        Converts all values of the real valued array `x' to
        binary values by thresholding at 0.

   AAuutthhoorr((ss))::

        Friedrich Leisch

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

        x <- array(rnorm(10), dim=c(2,5))
        ra2ba(x)

