print.ggobi              package:Rggobi              R Documentation

_C_o_n_v_e_n_i_e_n_t _d_i_s_p_l_a_y _o_f _g_g_o_b_i _r_e_f_e_r_e_n_c_e _o_b_j_e_c_t_s

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

     These functions display the opaque references to  internal ggobi
     instances in convenient form that hides the internal contents of
     the object.

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

     print.ggobi(x, ...)
     print.ggobiDataset(x, ...)

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

       x: the object to be printed on the console

     ...: other arguments influencing how the object should be
          presented. These are ignored.

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

     A character vector containing the displayed/printed value.

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

     Duncan Temple Lang

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://www.ggobi.org>

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

        g <- ggobi(system.file("data", "flea.xml", package="Rggobi"), args="-noinit")
        print(g)
        print(g[[1]])

