| soil.legends {GSIF} | 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
Global Soil Information Facilities (http://gsif.isric.org)
SoilGrids automated global soil mapping system (https://soilgrids.org)
data(soil.legends)
pal <- soil.legends$ORCDRC$COLOR
names(pal) <- signif((soil.legends$ORCDRC$MAX +
soil.legends$ORCDRC$MIN)/2, 3)
pal
data(soil.vars)
soil.vars[soil.vars$varname=="ORCDRC",]
## make SAGA GIS palette:
makeSAGAlegend(x=as.factor(names(pal)), col_pal=pal,
filename="ORCDRC.txt")