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

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

     .Deprecated(new)
     .Alias(expr)
     reshapeWide(x, i = reshape.i,
                  j = reshape.j,
                  val = reshape.v,
                  jnames = levels(j))

     reshapeLong(x,jvars,  ilev = row.names(x),
                  jlev = names(x)[jvars],
                  iname = "reshape.i",
                  jname = "reshape.j",
                  vname = "reshape.v")

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

     `.Deprecated("<new name>")' is called from deprecated functions.
     The original help page for these functions is available at
     `help("oldName-deprecated")' (note the quotes).

     `.Alias' provided an unreliable way to create duplicate references
     to the same object. There is no direct replacement. Where multiple
     references to a single object are required for semantic reasons
     consider using environments or external pointers. There are some
     notes on <URL: http://developer.r-project.org>.

     `reshape*', which were experimental, are replace by `reshape'.
     This has a different syntax and allows multiple time-varying
     variables.  See `reshapeLong-deprecated' and
     `reshapeWide-deprecated' for the earlier syntax.

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

     `Defunct', `.Alias-deprecated',`reshapeWide-deprecated',
     `reshapeLong-deprecated'

