chorSub               package:cluster               R Documentation

_S_u_b_s_e_t _o_f _C-_h_o_r_i_z_o_n _o_f _K_o_l_a _D_a_t_a

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

     This is a small rounded subset of the C-horizon data 'chorizon'
     from package 'mvoutlier'.

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

     data(chorSub)

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

     A data frame with 61 observations on 10 variables.  The variables
     contain scaled concentrations of chemical elements.

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

     This data set was produced from 'chorizon' via these statements:


         data(chorizon, package = "mvoutlier")
         chorSub <- round(100*scale(chorizon[,101:110]))[190:250,]
         storage.mode(chorSub) <- "integer"
         colnames(chorSub) <- gsub("_.*", '', colnames(chorSub))


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

     Kola Project (1993-1998)

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

     'chorizon' in package 'mvoutlier' and other Kola data in the same
     package.

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

     data(chorSub)
     summary(chorSub)
     pairs(chorSub, gap= .1)# some outliers

