kattegat                package:geoR                R Documentation

_K_a_t_t_e_g_a_t _b_a_s_i_n _s_a_l_i_n_i_t_y _d_a_t_a

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

     Salinity measurements at the Kattegat basin, Denmark.

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

     data(kattegat)

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

     An object of the 'class'  '"geodata"', which is list with three
     components:  

     '_c_o_o_r_d_s' the coordinates of the data locations. The distance are
          given in kilometers.  

     '_d_a_t_a' values of the piezometric head. The unit is heads to
          meters.  

     '_d_k' a list with cooordinates of lines defining borders and
          islands across the study area.      

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

     National Environmental Research Institute,  Arhus University,
     Denmark and the Swedish Meteorological and Hydrological Institute.

_R_e_f_e_r_e_n_c_e_s:

     Diggle, P. J. and Lophaven, S. (2006). Bayesian geostatistical
     design. _Scandinavian Journal of Statistics_, 33: 55-64.

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

     plot(c(550,770),c(6150,6420),type="n",xlab="X UTM",ylab="Y UTM")
     points(kattegat, add=TRUE)
     lapply(kattegat$dk, lines, lwd=2)

