s256i                  package:geoR                  R Documentation

_S_i_m_u_l_a_t_e_d _D_a_t_a-_S_e_t _w_h_i_c_h _I_l_l_u_s_t_r_a_t_e _t_h_e _U_s_a_g_e _o_f _k_r_i_g_e._b_a_y_e_s

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

     This is the simulated data-set used in the Technical Report which
     describes the implementation of the function *krige.bayes* (see
     reference below).

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

     data(s256i)

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

     Two objects of the 'class' 'geodata'. Both are lists with the
     following components:

     '_c_o_o_r_d_s' the coordinates of data locations.  

     '_d_a_t_a' the simulated data.  

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

     Ribeiro Jr, P.J. and Diggle, P.J. (1999) Bayesian inference in
     Gaussian model-based geostatistics. _Technical report ST-99-08,
     Dept of Maths and Stats, Lancaster University_. 

     Further information about the 'geoR' package can be found at:
      <URL: http://www.leg.ufpr.br/geoR>.

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

     points(s256i, pt.div="quintiles", cex.min=1, cex.max=1)

