Julien Moeys Soil scientist · R programmer · Data analyst

Gallery of texture triangles

Last update: 2015-02-12

This page presents a gallery of texture triangles, as generated with my R package soiltexture.

Page content: HYPRES / European Soil Map · USDA · Aisne (FR) · GEPPA (FR) · Bodenkundliche Kartieranleitung 1994 (DE) · Soil Survey of England and Wales (UK) · Autralia (AU) · Belgium (BE) · Canada (CA) · ISSS · SRTS 2003 · Standortserkundungsanweisung SEA 1974 (DE) · TGL 24300-05, landwirtschaftliche Boeden (DE) · USDA 1911 (M. Whitney, 1911) - Ternary Plot · Brasil - Lemos & Santos (1996) · PL

Notes on non-explicit triangle names:

  • "ISSS" is the triangle from the International Society of Soil Science (now International Union of Soil Sciences - IUSS).
  • "SRTS 2003" is a Romanian texture triangle.
  • "Standortserkundungsanweisung SEA 1974 (DE)", "TGL 24300-05" and "landwirtschaftliche Boeden (DE)" are three German texture triangles (presently used, or used in the past).
  • "PL" is a Polish texture triangle.
  • "USDA 1911 (M. Whitney, 1911)" is a historical version of the USDA texture triangle.

See the package tutorial for more information on all these texture triangles.

HYPRES / European Soil Map

HYPRES.TT Image without color gradient available here.

USDA

USDA.TT Image without color gradient available here.

Aisne (FR)

FR.AISNE.TT Image without color gradient available here.

GEPPA (FR)

FR.GEPPA.TT Image without color gradient available here.

Bodenkundliche Kartieranleitung 1994 (DE)

DE.BK94.TT Image without color gradient available here.

Soil Survey of England and Wales (UK)

UK.SSEW.TT Image without color gradient available here.

Autralia (AU)

AU2.TT Image without color gradient available here.

Belgium (BE)

BE.TT Image without color gradient available here.

Canada (CA)

CA.EN.TT Image without color gradient available here.

ISSS

ISSS.TT Image without color gradient available here.

SRTS 2003

ROM.TT Image without color gradient available here.

Standortserkundungsanweisung SEA 1974 (DE)

DE.SEA74.TT Image without color gradient available here.

TGL 24300-05, landwirtschaftliche Boeden (DE)

DE.TGL85.TT Image without color gradient available here.

USDA 1911 (M. Whitney, 1911) - Ternary Plot

USDA1911 Image without color gradient available here.

Brasil - Lemos & Santos (1996)

BRASIL.TT Image without color gradient available here.

PL

PL.TT Image without color gradient available here.

Technical information

View the source code used to generate these figures on Github (knitr .Rmd code).

Below some informations on the system settings and version of packages used to generate these figures.

ip <- installed.packages() 
# Package version
ip[ "soiltexture", "Version" ] 
## [1] "1.2.20"
ip[ "knitr", "Version" ] 
## [1] "1.6"
# System information
sessionInfo()
## R version 3.1.1 (2014-07-10)
## Platform: i386-w64-mingw32/i386 (32-bit)
## 
## locale:
## [1] LC_COLLATE=Swedish_Sweden.1252  LC_CTYPE=Swedish_Sweden.1252   
## [3] LC_MONETARY=Swedish_Sweden.1252 LC_NUMERIC=C                   
## [5] LC_TIME=Swedish_Sweden.1252    
## 
## attached base packages:
## [1] stats     graphics  grDevices utils     datasets  methods   base     
## 
## other attached packages:
## [1] soiltexture_1.2.20 knitr_1.6         
## 
## loaded via a namespace (and not attached):
## [1] evaluate_0.5.5  formatR_1.0     grid_3.1.1      lattice_0.20-29
## [5] MASS_7.3-33     sp_1.0-15       stringr_0.6.2   tools_3.1.1