nizap                 package:StatDA                 R Documentation

_B_o_u_n_d_a_r_y _o_f _t_h_e _a_r_e_a _N_i_k_e_l-_Z_a_p_o_l_j_a_r_n_i_j

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

     This gives x- and y-coordinates with the boundary of the area
     around Nikel-Zapoljarnij.

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

     data(nizap)

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

     The format is: List of 2 $ x: num [1:36] 699104 693918 681324
     662062 645023 ... $ y: num [1:36] 7739416 7746115 7751139 7756163
     7757000 ...

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

     This object can be used to select samples from the Kola data from
     the region around Nikel-Zapoljarnij.

_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(nizap)
     data(kola.background)
     plotbg()
     lines(nizap$x,nizap$y,col="red")

