plotSurf-methods            package:xcms            R Documentation

_P_l_o_t _p_r_o_f_i_l_e _m_a_t_r_i_x _3_D _s_u_r_f_a_c_e _u_s_i_n_g _O_p_e_n_G_L

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

     This method uses the rgl package to create interactive three
     dimensonal representations of the profile matrix. It uses the
     terrain color scheme.

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

  object: the 'xcmsRaw' object

     log: logical, log transform intensity

  aspect: numeric vector with aspect ratio of the m/z, retention time
          and intensity components of the plot 

     ...: arguments passed to 'profRange'

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

     The rgl package is still in development and imposes some
     limitations on the output format. A bug in the axis label code
     means that the axis labels only go from 0 to the aspect ratio
     constant of that axis. Additionally the axes are not labeled with
     what they are.

     It is important to only plot a small portion of the profile
     matrix. Large portions can quickly overwhelm your CPU and memory.

_M_e_t_h_o_d_s:

     _o_b_j_e_c_t = "_x_c_m_s_R_a_w" 'plotSurf(object, log = FALSE, aspect = c(1, 1,
          .5), ...)'

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

     'xcmsRaw-class'

