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