getTaxonSMR | R Documentation |
Helper function for using latest version of the Keys to Soil Taxonomy standard lookup table for soil moisture information.
getTaxonSMR(
taxon = NULL,
code = NULL,
as.is = FALSE,
droplevels = FALSE,
ordered = TRUE
)
taxon |
character. Vector of taxon names (order to subgroup level). These values are converted to taxon "codes" |
code |
character. Vector of taxon codes. |
as.is |
logical. Return character labels rather than an (ordered)
factor? Default: |
droplevels |
logical. Drop unused levels? Default: |
ordered |
logical. Create an ordinal factor? Default: |
character or factor (when as.is=FALSE) containing soil moisture
regime labels extracted from 13th edition Keys to Soil Taxonomy taxa using
extractSMR()
extractSMR()
ST_SMR_13th
getTaxonSMR(c("aridisols", "haploxeralfs", NA, "abruptic durixeralfs", "ustic haplocryalfs"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.