

_D_e_p_r_e_c_a_t_e_d _F_u_n_c_t_i_o_n_s

     .Deprecated(new)

     dnchisq(.)
     pnchisq(.)
     qnchisq(.)
     print.anova.lm(.)
     print.anova.glm(.)
     print.tabular(.)
     print.plot(.)
     save.plot(.)

_D_e_s_c_r_i_p_t_i_o_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-
     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.

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

_S_e_e _A_l_s_o:

     `Defunct'

_E_x_a_m_p_l_e_s:

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

