

   DDeepprreeccaatteedd FFuunnccttiioonnss

        .Deprecated(new)

        dnchisq(.)
        pnchisq(.)
        qnchisq(.)
        print.plot(.)
        save.plot(.)

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

        These functions are provided for compatibility with
        older versions of R only, and may be defunct as soon as
        of the next release.

        The `*chisq()' functions now take an optional non-cen-
        trality argument, so the `*nchisq()' functions are no
        longer needed.

        The new function `dev.print()' should now be used for
        saving plots to a file or printing them.

        `.Deprecated("<new name>")' is called from deprecated
        functions.

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

        `Defunct'

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

        save.plot # to see how the ``Deprecated'' reference is made automagically

