moss                package:mvoutlier                R Documentation

_M_o_s_s _L_a_y_e_r _o_f _t_h_e _K_o_l_a _D_a_t_a

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

     The Kola Data were collected in the Kola Project (1993-1998, 
     Geological Surveys of Finland (GTK) and Norway (NGU) and Central
     Kola Expedition (CKE), Russia). More than 600 samples in five
     different layers were analysed, this dataset contains the moss
     layer.

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

     data(moss)

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

     A data frame with 598 observations on the following 34 variables.

     *_I_D a numeric vector

     _X_C_O_O a numeric vector

     _Y_C_O_O a numeric vector

     _A_g a numeric vector

     _A_l a numeric vector

     _A_s a numeric vector

     _B a numeric vector

     _B_a a numeric vector

     _B_i a numeric vector

     _C_a a numeric vector

     _C_d a numeric vector

     _C_o a numeric vector

     _C_r a numeric vector

     _C_u a numeric vector

     _F_e a numeric vector

     _H_g a numeric vector

     _K a numeric vector

     _M_g a numeric vector

     _M_n a numeric vector

     _M_o a numeric vector

     _N_a a numeric vector

     _N_i a numeric vector

     _P a numeric vector

     _P_b a numeric vector

     _R_b a numeric vector

     _S a numeric vector

     _S_b a numeric vector

     _S_i a numeric vector

     _S_r a numeric vector

     _T_h a numeric vector

     _T_l a numeric vector

     _U a numeric vector

     _V a numeric vector

     _Z_n a numeric vector

_S_o_u_r_c_e:

     Kola Project (1993-1998)

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

     Reimann C, yrs M, Chekushin V, Bogatyrev I, Boyd R, Caritat P
     de, Dutter R, Finne TE, Halleraker JH, Jger , Kashulina G, Lehto
     O, Niskavaara H, Pavlov V, Risnen ML, Strand T, Volden T.
     Environmental Geochemical Atlas of the Central Barents Region.
     NGU-GTK-CKE Special Publication, Geological Survey of Norway,
     Trondheim, Norway, 1998.

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

     data(moss)
     # classical versus robust correlation:
     cor.plot(log(moss[,"Al"]), log(moss[,"Na"]))

