getDataFromData            package:iSPlot            R Documentation

_R_e_t_u_r_n _d_a_t_a _o_b_j_e_c_t_s _f_r_o_m _d_a_t_a()

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

     getDataFromData returns a sorted vector of the data object names 
     returned from data().  getDataFromData is called by setOpenDView.

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

     getDataFromData()

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

     Returns a sorted vector of character strings that represent the
     names  of data objects returned from data().

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

     Elizabeth Whalen

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

     'setOpenDView'

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

       x<-getDataFromData()

