Ksat              package:geoR              R Documentation(latin1)

_S_a_t_u_r_a_t_e_d _H_y_d_r_a_u_l_i_c _C_o_n_d_u_c_t_i_v_i_t_y

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

     The data consists of 32 measurements of the saturated hydraulic
     conductivity of a soil.

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

     data(Ksat)

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

     The object 'Ksat' is a list of the class 'geodata' with the
     following elements:

     '_c_o_o_r_d_s' a matrix with the coordinates of the soil samples.  

     '_d_a_t_a' measurements of the saturated hidraulic conductivity.  

     '_b_o_r_d_e_r_s' a data-frame with the coordinates of a polygon defining
          the borders of the area.  

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

     Data provided by Dr. Dcio Cruciani, ESALQ/USP, Brasil.

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

     summary(Ksat)
     plot(Ksat, border=borders)

