Defunct                 package:base                 R Documentation

_D_e_f_u_n_c_t _F_u_n_c_t_i_o_n_s

_D_e_s_c_r_i_p_t_i_o_n:

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

_U_s_a_g_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_e_t_a_i_l_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-centrality
     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_e_e _A_l_s_o:

     `Deprecated'

