elevation                package:geoR                R Documentation

_S_u_r_f_a_c_e _E_l_e_v_a_t_i_o_n_s

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

     Surface elevation data taken from Davis (1972). An onject of the
     class 'geodata' with elevation values at 52 locations.

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

     data(elevation)

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

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

     '_c_o_o_r_d_s' x-y coordinates (multiples of 50 feet).

     '_d_a_t_a' elevations (multiples of 10 feet).

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

     Davis, J.C. (1973) _Statistics and Data Analysis in Geology._
     Wiley.

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

     summary(elevation)
     plot(elevation)

