ggobi_version             package:rggobi             R Documentation

_G_e_t _v_e_r_s_i_o_n

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

     GGobi version information

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

     ggobi_version()

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

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

     Return an object that describes the version of the ggobi library
     being used. This allows code to execute conditionally on certain
     version numbers, etc.

     @value the release date of the ggobi library @value a vector of 3
     integers containing the major, minor and patch-level numbers.
     @value a string version of the major, minor and patch-level
     numbers, @keyword dynamic

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

the release date of the ggobi library: 

a vector of 3 integers containing the major, minor and patch-level numbers.: 

a string version of the major, minor and patch-level numbers,: 

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

     Hadley Wickham <h.wickham@gmail.com>

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

     ggobi_version()

