tce                   package:geoR                   R Documentation

_T_C_E _c_o_n_c_e_n_t_r_a_t_i_o_n_s _i_n _g_r_o_u_n_d_w_a_t_e_r _i_n _a _v_e_r_t_i_c_a_l _c_r_o_s_s _s_e_c_t_i_o_n

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

     Measurements at 56 locations of concentration of trichloroethylene
     (TCE) in groundwater on a transect in a fine-sand superficial
     aquifer. Extract from Kitanidis' book.

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

     data(tce)

_F_o_r_m_a_t:

     An object of the class 'geodata' which is a list with the
     elements:

     _c_o_o_r_d_s coordinates of the data location (feet). 

     _d_a_t_a the data vector with measurements of the TCE concentration
          (ppb). 

_S_o_u_r_c_e:

     Kitanidis, P.K. Introduction to geostatistics - applications in
     hidrology (1997). Cambridge University Press.

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

     summary(tce)
     summary(tce, lambda=0)
     plot(tce)
     points(tce)
     points(tce, lambda=0)

