

   CCoommppuuttee OOrrtthhooggoonnaall PPoollyynnoommiiaallss

        poly(x, degree=1)

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

          x: a numeric vector at which to evaluate the polyno-
             mial

     degree: the degree of the polynomial

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

        Returns orthogonal polynomials of degree 1 to `degree'
        over the specified set of points `x'. These are all
        orthogonal to the constant polynomial of degree 0.

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

        A matrix with rows corresponding to points in `x' and
        columns corresponding to the degree, with attribute
        `"degree"' specifying the degrees of the columns.

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

        B.D. Ripley

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

        `contr.poly'

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

        poly(1:10, 3)

