| gemas {robCompositions} | R Documentation |
GEMAS geochemical data set
Description
Geochemical data set on agricultural and grazing land soil
Usage
data(gemas)
Format
A data frame with 2108 observations and 30 variables
Details
COUNTRYcountry namelongitudelongitude in WGS84latitudelatitude in WGS84XcoordUTM zone eastYcoordUTM zone northMeanTempAnnual mean temperatureAnnPrecAnnual mean precipitationsoilclasssoil classsandsandsiltsiltclayclayAlConcentration of aluminum (in mg/kg)BaConcentration of barium (in mg/kg)CaConcentration of calzium (in mg/kg)\CrConcentration of chromium (in mg/kg)FeConcentration of iron (in mg/kg)KConcentration of pottasium (in mg/kg)MgConcentration of magnesium (in mg/kg)MnConcentration of manganese (in mg/kg)NaConcentration of sodium (in mg/kg)NbConcentration of niobium (in mg/kg)NiConcentration of nickel (in mg/kg)PConcentration of phosphorus (in mg/kg)SiConcentration of silicium (in mg/kg)SrConcentration of strontium (in mg/kg)TiConcentration of titanium (in mg/kg)VConcentration of vanadium (in mg/kg)\YConcentration of yttrium (in mg/kg)ZnConcentration of zinc (in mg/kg)ZrConcentration of zirconium (in mg/kg)LOILoss on ignition (in wt-percent)
The sampling, at a density of 1 site/2500 sq. km, was completed at the beginning of 2009 by collecting 2211 samples of agricultural soil (Ap-horizon, 0-20 cm, regularly ploughed fields), and 2118 samples from land under permanent grass cover (grazing land soil, 0-10 cm), according to an agreed field protocol. All GEMAS project samples were shipped to Slovakia for sample preparation, where they were air dried, sieved to <2 mm using a nylon screen, homogenised and split to subsamples for analysis. They were analysed for a large number of chemical elements. In this sample, the main elements by X-ray fluorescence are included as well as the composition on sand, silt, clay.
Author(s)
GEMAS is a cooperation project between the EuroGeoSurveys Geochemistry Expert Group and Eurometaux. Integration in R, Peter Filzmoser and Matthias Templ.
References
Reimann, C., Birke, M., Demetriades, A., Filzmoser, P. and O'Connor, P. (Editors), 2014. Chemistry of Europe's agricultural soils - Part A: Methodology and interpretation of the GEMAS data set. Geologisches Jahrbuch (Reihe B 102), Schweizerbarth, Hannover, 528 pp. + DVD Reimann, C., Birke, M., Demetriades, A., Filzmoser, P. & O'Connor, P. (Editors), 2014. Chemistry of Europe's agricultural soils - Part B: General background information and further analysis of the GEMAS data set. Geologisches Jahrbuch (Reihe B 103), Schweizerbarth, Hannover, 352 pp.
Examples
data(gemas)
str(gemas)
## sample sites
## Not run:
require(ggmap)
map <- get_map("europe", source = "stamen", maptype = "watercolor", zoom=4)
ggmap(map) + geom_point(aes(x=longitude, y=latitude), data=gemas)
map <- get_map("europe", zoom=4)
ggmap(map) + geom_point(aes(x=longitude, y=latitude), data=gemas, size=0.8)
## End(Not run)