pltomo                 package:RTOMO                 R Documentation

_p_l_o_t _a _l_a_y_e_r _i_n _3_D _t_o_m_o_g_r_a_m

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

     Simple plot of a layer in 3D tomogram

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

     pltomo(x,y,MOD,i, colmap=rainbow(100), zlim=NULL, bkgr="DarkSlateGray4", ...)

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

       x: x nodes

       y: y nodes 

     MOD: Model Structure

       i: layer to plot

  colmap: color palette

    zlim: vector (v1, v2) limit of z values

    bkgr: background color for NA values

     ...: graphical parameters from par()

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

     Does not set the projection, does not add any markup - all this
     does is start the plotting set up and puts the image on the plot.

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

     Graphical Side effects

_N_o_t_e:

     This routine is used by SHOWTOMO

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

     Jonathan M. Lees<jonathan.lees@unc.edu>

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

     FANCY.TOMO, SHOWTOMO, GXMA3DV

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

     data(HELMOD)
      pltomo(HELMOD$x,HELMOD$y,HELMOD$MOD,5, col=tomo.colors(100), zlim=NULL,  bkgr="white", axes=FALSE, ann=FALSE )
           

