| soil.legends | R Documentation |
Standard color palettes for soil properties and classes that can be used to display global soil data.
data(soil.legends)
Contains a list of color palettes (data frames with class names / break points, and cumulative probabilities) for:
ORCDRCnumeric; soil organic carbon content in permille
PHIHOXnumeric; pH index measured in water solution
PHIKCLnumeric; pH index measured in KCl solution
BLDFIEnumeric; bulk density (fine earth) in kg per cubic meter
CECSOLnumeric; Cation Exchange Capacity of soil
SNDPPTnumeric; weight percentage of the sand particles (0.05–2 mm)
SLTPPTnumeric; weight percentage of the silt particles (0.0002–0.05 mm)
CLYPPTnumeric; weight percentage of the clay particles (<0.0002 mm)
CRFVOLnumeric; volumetric percentage of coarse fragments (>2 mm)
TAXOUSDAfactor; Keys to Soil Taxonomy suborders
TAXGWRBfactor; World Reference Base groups
TAXNWRBfactor; World Reference Base legend for SoilGrids250m
Breaks for continuous soil properties were determined using the quantiles function and by visually inspecting the histograms to maximize the contrast in output maps. Based on a compilation of global soil profile data (see ISRIC's World Soil Information Service WoSIS).
Tomislav Hengl
Batjes, N. H., Ribeiro, E., van Oostrum, A., Leenaars, J., Hengl, T., & de Jesus, J. M. (2017). WoSIS: providing standardised soil profile data for the world. Earth System Science Data, 9(1), 1. doi: 10.5194/essd-9-1-2017
data(soil.legends)
pal <- soil.legends$ORCDRC$COLOR
names(pal) <- signif((soil.legends$ORCDRC$MAX +
soil.legends$ORCDRC$MIN)/2, 3)
pal
## Munsell color codes:
data(munsell)
str(munsell)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.