hilbertDisplayThreeChannel   package:HilbertVisGUI   R Documentation

_S_h_o_w _u_p _t_o _t_h_r_e_e _d_a_t_a _v_e_c_t_o_r_s _i_n _t_h_e _H_i_l_b_e_r_t _c_u_r_v_e _d_i_s_p_l_a_y _G_U_I.

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

     This is a variant of 'hilbertDisplay' that takes up to three long
     data vector but does not display them in different panels
     (allowing to switch with the ``Previous'' and ``Next'' buttons but
     instead put them in one picture, using the three colour channels
     to overlay them. This is look for correlations in spatial
     distribution of the different data vectors.

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

     hilbertDisplayThreeChannel(dataRed, dataGreen, dataBlue, naColor = col2rgb("gray"), fullLength = max(length(dataRed), length(dataGreen), length(dataBlue)), portrait = FALSE)

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

 dataRed: The data to be displayed in the red colour channel, to be
          provided as a numeric vector with values between 0 (black)
          and 1 (bright red). 

dataGreen: As 'dataRed' but for the green channel. 

dataBlue: As 'dataRed' but for the green channel. 

 naColor: The color to use to indicate NA. 

fullLength: The vector length that should correspond to the full
          display. By default, the length of the longest data vector.
          It may make sense to round up to the next power of two.  

portrait: Whether to arrange the buttons to the right of the display.
          Useful on small screens. 

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

     Invisible NULL.

_N_o_t_e:

     This function is a bit less mature than the function
     'hilbertDisplay'. Especially, the GUI functions ``Linear plot'',
     ``Previous'', and ``Next'' are displayed but defunct.

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

     Simon Anders

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

     'hilbertDisplay'

