s100 and s121              package:geoR              R Documentation

_S_i_m_u_l_a_t_e_d _D_a_t_a-_S_e_t_s _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 _t_h_e _P_a_c_k_a_g_e
_g_e_o_R

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

     These two simulated data sets are the ones used in the Technical
     Report which describes the package 'geoR' (see reference below). 
     These data-sets are used in several examples throughout the
     package documentation.

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

     data(s100)

     data(s121)

_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. Notice that for 's121' this a 101x10
          matrix with 10 simulations.  

     '_c_o_v._m_o_d_e_l' the correlation model.  

     '_n_u_g_g_e_t' the values of the nugget parameter.  

     '_c_o_v._p_a_r_s' the covariance parameters.  

     '_k_a_p_p_a' the value of the parameter _kappa_.  

     '_l_a_m_b_d_a' the value of the parameter _lambda_.  

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

     Ribeiro Jr, P.J. and Diggle, P.J. (1999) geoS: A geostatistical
     library for S-PLUS. _Technical report ST-99-09, Dept of Maths and
     Stats, Lancaster University_. 

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

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

     plot(s100)
     plot(s121, type="l")

