View source: R/lookupTexture.R
lookupTexture | R Documentation |
Lookup Soil Texture Abbreviation Codes or Names
lookupTexture(x, what = "names", dsn = NULL)
lookupTextureModifier(x, what = "names", dsn = NULL)
x |
a vector of soil texture/texture modifier abbreviation codes or names |
what |
either |
dsn |
passed to |
a vector of soil texture abbreviation codes or names depending on whether input values are matched in the lookup table and the value of what
. Unmatched values in x
return NA
.
x <- lookupTexture(c("loam", "bar", "sandy loam"), what = "codes")
x
lookupTexture(x, what = "names")
lookupTextureModifier("extremely bouldery")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.