Deprecated               package:base               R Documentation

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

_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 the next release.

_U_s_a_g_e:

     .Deprecated(new, package=NULL)

     La.eigen(x, symmetric, only.values = FALSE, method = c("dsyevr", "dsyev"))
     tetragamma(x)
     pentagamma(x)
     package.description(pkg, lib.loc = NULL, fields = NULL)

_A_r_g_u_m_e_n_t_s:

     new: character string: A suggestion for a replacement function. 

 package: character string: The package to be used when suggesting
          where the deprecated function might be listed. 

_D_e_t_a_i_l_s:

     '.Deprecated("<new name>")' is called from deprecated functions.
     The original help page for these functions is often available at
     'help("oldName-deprecated")' (note the quotes). Functions in
     packages other than the base package should be listed in
     'help("pkg-deprecated")'.

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

     'Defunct'

