cluster (version 2.0.6)

chorSub: Subset of C-horizon of Kola Data

Description

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

Usage

data(chorSub)

Arguments

Format

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

Details

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))
  

See Also

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

Examples

Run this code
# NOT RUN {
data(chorSub)
summary(chorSub)
pairs(chorSub, gap= .1)# some outliers
# }

Run the code above in your browser using DataCamp Workspace