graphics-defunct          package:graphics          R Documentation

_D_e_f_u_n_c_t _F_u_n_c_t_i_o_n_s _i_n _P_a_c_k_a_g_e _g_r_a_p_h_i_c_s

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

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

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

     dotplot(...)
     stripplot(...)
     piechart(x, labels = names(x), edges = 200, radius = 0.8,
              density = NULL, angle = 45, col = NULL, main = NULL, ...)

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

     'dotplot' and 'stripplot' have been renamed to 'dotchart' and
     'stripchart', respectively.  The names are now used in 'lattice'.

     'piechart' is the old name for 'pie', but clashed with usage in
     Trellis.

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

     'Defunct'

