Learn R Programming

KRIG (version 0.1.0)

Copper: Copper mining data

Description

This is reproduced from the original description for the dataset. 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 meters and assayed for copper and cobalt content in percentage by weight. This is the only three dimensional set of tutorial data. Coordinates are in meters.

Usage

Copper

Arguments

Format

A data table with 442 and 7 columns.

a

cod id

s

sample id

x1

first coordinate

x2

second coordinate

x3

third coordinate

Z

copper grade

C

value

References

Dr. Isobel Clark

Examples

Run this code
# NOT RUN {
data( 'Copper', packages = 'KRIG' )
# }

Run the code above in your browser using DataLab