bordersKola              package:StatDA              R Documentation

_B_o_r_d_e_r_s _o_f _t_h_e _K_o_l_a _P_r_o_j_e_c_t _b_o_u_n_d_a_r_y

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

     x- and y-coordinates of the Kola Project boundary.

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

     data(bordersKola)

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

     The format is: List of 2 $ x: num [1:64] 836200 881000 752900
     743100 737500 ... $ y: num [1:64] 7708867 7403003 7389239 7377769
     7364006 ...

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

     The corrdinates for the Kola Project boundary are used for the
     surface maps, i.e. for Krige and Smoothing maps. It is a list with
     two list elements x and y for the x- and y-coordinates.

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

     P.Filzmoser <P.Filzmoser@tuwien.ac.at>

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

     C. Reimann, P. Filzmoser, R.G. Garrett, and R. Dutter: Statistical
     Data Analysis Explained. Applied Environmental Statistics with R.
     John Wiley and Sons Inc. To appear.

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

     data(bordersKola)
     plot(bordersKola$x,bordersKola$y)

