simpleLinPlot         package:HilbertVisGUI         R Documentation

_D_e_f_a_u_l_t _p_l_o_t _c_a_l_l_b_a_c_k _f_u_n_c_t_i_o_n _f_o_r _h_i_l_b_e_r_t_D_i_s_p_l_a_y

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

     Plots a small part of the supplied vector.

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

     simpleLinPlot( data, info )

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

    data: The data vector, a vector of integers.

    info: A list with fields describing the context, as described in
          the help page for 'hilbertDisplay'. 

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

     This is a very simple function that is called by default by 
     'hilbertDisplay' when the user chooses the "Linear plot" option
     and clicks on a pixel in the display. It displays a piece of 2000
     values of the 'data' vector, centered around 'info$bin'. You will
     often want to replace this function by one tailored to your needs.

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

     Null.

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

     Simon Anders, EMBL-EBI, sanders@fs.tum.de

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

     'hilbertDisplay'

