quantreg (version 5.35)

CobarOre: Cobar Ore data

Description

Cobar Ore data from Green and Silverman (1994). The data consists of measurements on the "true width" of an ore-bearing rock layer from a mine in Cobar, Australia.

Usage

data(CobarOre)

Arguments

Format

A data frame with 38 observations on the following 3 variables.

x

x-coordinate of location of mine site

y

y-coordinate of location of mine site

z

ore thickness

Examples

Run this code
# NOT RUN {
data(CobarOre)
plot(CobarOre)
# }

Run the code above in your browser using DataCamp Workspace