SHOWTOMO                package:RTOMO                R Documentation

_S_h_o_w _m_a_n_y _l_a_y_e_r_s _o_f _t_o_m_o_g_g_r_a_p_h_i_c _m_o_d_e_l

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

     Plots a row of layers for quick view of tomographic results with
     map overlay.

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

     SHOWTOMO(MOD, colmap = topo.colors(100), zlim = NULL, MAP = NULL, I = 1, J = 2, bkgr="white")

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

     MOD: MODEL list

  colmap: color palette 

    zlim: Limit 

     MAP: Map list (GEOmap) 

       I: first lay index 

       J: last layer index

    bkgr: background color

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

     Graphical Side effects

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

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

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

     FANCY.TOMO

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

     data(HELMOD)
     data(HELMAP)
     SHOWTOMO(HELMOD, MAP=HELMAP,  bkgr="beige", I=1, J=15)

