lookup_taxpartsize | R Documentation |
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()
# class codes
lu <- lookup_taxpartsize()
idx <- lu$contrasting == FALSE
lu$taxpartsize[idx]
lu$rank[as.integer(lu$taxpartsize)[idx]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.