Learn R Programming

SemiPar (version 1.0-4.2)

copper: Copper data

Description

The copper data frame has 442 sets of observations from a simulation based on a stockpile of mined material in the former Soviet Union. Boreholes have been drilled into the dump. The drill core is cut every 5 metres and assayed for copper and cobalt content in percentage by weight.

Usage

data(copper)

Arguments

Format

This data frame contains the following columns:

sample.num

sample number.

id

sample identification number.

zone

zone code.

xcoord

x co-ordinate.

ycoord

y co-ordinate.

zcoord

z co-ordinate.

grade

grade measurement.

core.length

percentage of copper.

Examples

Run this code
# NOT RUN {
library(SemiPar)
data(copper)
pairs(copper[,4:7])
# }

Run the code above in your browser using DataLab