TOMOXSEC                package:RTOMO                R Documentation

_P_l_o_t _T_o_m_o_g_r_a_p_h_i_c _C_r_o_s_s _S_e_c_t_i_o_n

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

     Plot Tomographic Cross Section (non-interactive)

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

     TOMOXSEC(MOD, x1, y1, x2, y2, zmax = 100, depth = c(-25, 0), COL = rainbow(100), LIM = NULL, STA = NULL, PLOT = TRUE)

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

     MOD: Model List

      x1: x-coordinate for point 1

      y1: y-coordinate for point 1

      x2: x-coordinate for point 2

      y2: y-coordinate for point 2

    zmax: maximum depth

   depth: depth for scale

     COL: color palette

     LIM: Value limits for colors

     STA: station list

    PLOT: logical, TRUE=plot

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

      xz: list of a cross section

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

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

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

     PLOT.TOMOXSEC, FANCY.TOMO

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

     data(HELMOD)

     ### after L = locator(2)
     L=list()
     L$x=c( 4.21883807095,23.99298268599)
     L$y=c(15.8014536521,11.4951858659)

     XZ = TOMOXSEC(HELMOD, L$x[1], L$y[1], L$x[2],  L$y[2] , zmax=20, COL=tomo.colors(100), PLOT=TRUE)

