ternarypoints             package:Zelig             R Documentation

_A_d_d_i_n_g _P_o_i_n_t_s _t_o _T_e_r_n_a_r_y _D_i_a_g_r_a_m_s

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

     Use 'ternarypoints' to add points to a ternary diagram generated
     using the 'ternaryplot' function in the vcd library.  Use ternary
     diagrams to plot expected values for multinomial choice models
     with three categories in the dependent variable.

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

     ternarypoints(object, pch = 19, col = "blue", ...)

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

  object: The input object must be a matrix with three columns. 

     pch: The selected type of point.  By default, 'pch = 19', solid
          disks. 

     col: The color of the points.  By default, 'col = "blue"'. 

     ...: Additional parameters passed to 'points'. 

_V_a_l_u_e:

     The 'ternarypoints' command adds points to a previously existing
     ternary diagram.  Use 'ternaryplot' in the 'vcd' library to
     generate the main ternary diagram.

_A_u_t_h_o_r(_s):

     Kosuke Imai <kimai@princeton.edu>; Gary King <king@harvard.edu>;
     Olivia Lau <olau@fas.harvard.edu>

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

     The full Zelig manual at <URL: http://gking.harvard.edu/zelig>,
     'points', and 'ternaryplot'.

