globalvar                package:geoR                R Documentation

~~_f_u_n_c_t_i_o_n _t_o _d_o ... ~~

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

     ~~ A concise (1-5 lines) description of what the function does. ~~

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

     globalvar(geodata, locations, coords = geodata$coords, krige)

_A_r_g_u_m_e_n_t_s:

 geodata: ~~Describe 'geodata' here~~ 

locations: 

  coords: ~~Describe 'coords' here~~ 

   krige: a list defining the model components and the type of kriging.
          It can take an output to a call to 'krige.control' or a list
          with elements as for the arguments in 'krige.control'. More
          details in the documention for  

_D_e_t_a_i_l_s:

     ~~ If necessary, more details than the description above ~~

_V_a_l_u_e:

     ~Describe the value returned If it is a LIST, use 

  comp1 : Description of 'comp1'

  comp2 : Description of 'comp2'

     ...

_A_u_t_h_o_r(_s):

     ~~who you are~~

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

     Isaaks, E.S and Srivastava, R.M. (1989) An Introduction to Applied
     Geostatistics, pag. 508, eq. 20.7. Oxford University Press.

_S_e_e _A_l_s_o:

     'krige.conv' for the kriging algorithm.

