powered by
Generate a lookup table of USDA Particle-Size and Substitute Classes names, ranked according to approximate particle size
lookup_taxpartsize()
A data.frame with a rank column, taxonomic family particle size class, and a flag for contrasting.
Stephen Roecker
Field Book for Describing and Sampling Soils, version 3.0
hz_to_taxpartsize(), texture_to_taxpartsize(), SoilTextureLevels()
hz_to_taxpartsize()
texture_to_taxpartsize()
SoilTextureLevels()
# class codes lu <- lookup_taxpartsize() idx <- lu$contrasting == FALSE lu$taxpartsize[idx] lu$rank[as.integer(lu$taxpartsize)[idx]]
Run the code above in your browser using DataLab