A tidy data frame containing the polygon vertex coordinates for each of the
12 USDA soil texture classes, suitable for drawing a texture triangle with
gg_texture_triangle() and for point-in-polygon classification with
classify_texture().
Format
A tibble with 58 rows and 6 columns:
- class
Full texture class name (e.g.
"clay loam").- abbr
Short abbreviation (e.g.
"ClLo").- vertex_order
Integer giving the order of the vertex within the polygon.
- sand
Sand percentage at this vertex.
- silt
Silt percentage at this vertex.
- clay
Clay percentage at this vertex.
