ACM {spMC} | R Documentation |
ACM Data
Description
The data set refers to a sampled area which is located in the province of Venice. Its sample units report the geographical position of the perforation, the depth, the ground permeability and other two categorical variables which denote the soil composition.
Usage
data(ACM)
Format
A data frame with 2321 observations on the following 6 variables.
X
a numeric vector (longitude)
Y
a numeric vector (latitude)
Z
a numeric vector (depth)
MAT5
a factor with levels
Clay
,Gravel
,Mix of Sand and Clay
,Mix of Sand and Gravel
andSand
MAT3
a factor with levels
Clay
,Gravel
andSand
PERM
a logical vector (symmetric dichotomous variable)
Source
Fabbri, P. (2010) Professor at the Geosciences Department of the University of Padua.
paolo.fabbri@unipd.it
References
Sartore, L. (2010) Geostatistical models for 3-D data. M.Phil. thesis, Ca' Foscari University of Venice.
Examples
data(ACM)
str(ACM)
summary(ACM)