Soil density and measures of the water retention curve obtained at different pressures on a regular grid with 10x25 points spaced by 5 meters.
data(wrc)
A data frame with 250 observations on the following 11 variables.
CoordX
a numeric vector with the X coordinates of the samples.
CoordY
a numeric vector with the Y coordinate of the samples.
Densidade
a numeric vector, soil density
Pr5
a numeric vector, water content at a pressure of 5
mca --
Pr10
a numeric vector, water content at a pressure of
10 mca --
Pr60
a numeric vector, water content at a pressure of 60 mca --
Pr100
a numeric vector, water content at a pressure of 100 mca --
Pr306
a numeric vector, water content at a pressure of 306 mca --
Pr816
a numeric vector, water content at a pressure of 816 mca --
Pr3060
a numeric vector, water content at a pressure of 3060 mca --
Pr15300
a numeric vector, water content at a pressure of 15300 mca --
Uniformity trial with 250 undisturbed soil samples collected at 25cm
soil depth of spacing of 5 meters, resulting on a regular grid of
For each sampling point there are measurents of the soil density and
water content obtained at eight pressures: 5, 10, 60, 100, 306, 816,
3060 and 15300 meters of column of water (mca), corresponding to
The experiment aimed to use the water contents of the samples to estimate the water retention curve at the 250 data points.
See also the data-set soil250
with soil chemistry properties measured at the same points.
MORAES, S. O. ; LIBARDI, P. L. ; REICHARDT, K. (1993) Problemas metodológicos na obtenção da curva de retenção de água pelo solo. Scientia Agricola, Piracicaba, v. 50, n. 3, p. 383-392.
MORAES, S. O. ; LIBARDI, P. L. ; REICHARDT, K. ; BACCHI, O. O. S. (1993) Heterogeneidade dos pontos experimentais de curvas de retenção da água do solo.. Scientia Agricola, Piracicaba, v. 50, n. 3, p. 393-402.
MORAES, S. O. ; LIBARDI, P. L. (1993) Variabilidade da água disponível em uma terra roxa estruturada latossólica. Scientia Agricola, Piracicaba, v. 50, n. 3, p. 393-402, 1993.
pr100 <- as.geodata(wrc, data.col=7)
summary(pr100)
plot(pr100)
Run the code above in your browser using DataLab