pmode                 package:rggobi                 R Documentation

_P_r_o_j_e_c_t_i_o_n _m_o_d_e

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

     Functions to get and set projection mode

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

     pmode(x)

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

       x: GGobiDisplay object

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

     In GGobi, the projection mode determines the type of plot that is
     displayed.  For example, a 1D ASH plot, or a 2D tour.

     You can see the list of available projection modes using the
     'pmodes' function.  This accepts either a GGobiDisplay, or the
     name of the display type.

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

     Hadley Wickham <h.wickham@gmail.com>

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

     g <- ggobi(mtcars)
     d <- displays(g)[[1]]
     pmode(d)
     pmodes(d)
     pmode(d) <- "1D Plot"

