monch                 package:StatDA                 R Documentation

_B_o_u_n_d_a_r_y _o_f _t_h_e _M_o_n_c_h_e_g_o_r_s_k _a_r_e_a

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

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

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

     data(monch)

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

     The format is: List of 2 $ x: num [1:32] 710957 734664 754666
     770223 779113 ... $ y: num [1:32] 7473981 7473143 7474818 7483191
     7488215 ...

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

     This object can be used to select samples from the Kola data from
     the region around Monchegorsk.

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

