TT2tri | R Documentation |
Soil texture class to texture fractions conversion
TT2tri( TT.class, se.fit = TRUE, TT.im = NULL, soil.var = "TEXMHT", levs = c("S", "LS", "SL", "SCL", "SiL", "SiCL", "CL", "L", "Si", "SC", "SiC", "C", "HC") )
TT.class |
based on the soiltexture package |
se.fit |
derive errors |
TT.im |
soil texture triangle image |
soil.var |
column name in the TT.im file |
levs |
texture class legends (USDA system) |
Data frame with estimated sand, silt and clay values
library("plyr") ## convert textures by hand to sand, silt and clay: TEXMHT <- c("CL","C","SiL","SiL","missing") x <- TT2tri(TEXMHT) x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.