

   Defunct {base}                               R Documentation

   DDeeffuunncctt FFuunnccttiioonnss

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

        The functions listed here are no longer part of R as
        they are not needed (any more).

   UUssaaggee::

        .Defunct()

        category(x, levels, labels, ordered, exclude)
        dnchisq(.)
        pnchisq(.)
        qnchisq(.)
        rnchisq(.)
        print.anova.lm(.)
        print.anova.glm(.)
        print.tabular(.)
        print.plot(.)
        save.plot(.)

   DDeettaaiillss::

        `category' has been an old-S function before there were
        factors; should be replaced by `factor' throughout!

        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.

        `.Defunct' is the function to which defunct functions
        are set.

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

        `Deprecated'

