Learn R Programming

geoR (version 1.5-6)

camg: Calcium and magnesium content in soil samples

Description

This data set contains the calcium content measured in soil samples taken from the 0-20cm layer at 178 locations within a certain study area divided in three sub-areas. The elevation at each location was also recorded.

The first region is tipically flooded during the rain season and not used as an experimental area. The calcium levels would represent the natural content in the region. The second region has received fertilizers a while ago and is tipically occupied by rice fields. The third region has recieved fertilizers recently and is frequently used as an experimental area.

Usage

data(camg)

Arguments

encoding

latin1

source

The data was collected by researchers from PESAGRO and EMBRAPA-Solos, Rio de Janeiro, Brasil and provided by Dra. Maria Cristina Neves de Oliveira.

Capeche, C.L.; Macedo, J.R.; Manzatto, H.R.H.; Silva, E.F. (1997) Caracteriza��o pedol�gica da fazenda Angra - PESAGRO/RIO - Esta��o experimental de Campos (RJ). (compact disc). In: Congresso BRASILEIRO de Ci�ncia do Solo. 26., Informa��o, globaliza��o, uso do solo; Rio de Janeiro, 1997. trabalhos. Rio de Janeiro: Embrapa/SBCS.

Details

More details about this data-set, including coordinates of the region and sub-region borders can be found in the data object ca20.

Examples

Run this code
data(camg)
plot(camg[-(1:2),])
mg20 <- as.geodata(camg, data.col=6)
plot(mg20)
points(mg20)

Run the code above in your browser using DataLab