geoR (version 1.8-1)

landim1: Data from Landim's book

Description

Artificial or non-specified data from Paulo Landim's book

Usage

data(landim1)

Arguments

Format

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

EW

a numeric vector with the east-west coordinates.

NS

a numeric vector with the north-south coordinates.

A

a numeric vector with data on a first variable.

B

a numeric vector with data on a second variable.

Examples

Run this code
# NOT RUN {
data(landim)
plot(as.geodata(landim1, data.col=3))
plot(as.geodata(landim1, data.col=4))
# }

Run the code above in your browser using DataLab