getTaxonCriteria {SoilTaxonomy} | R Documentation |
Get Taxon Criteria from the Keys to Soil Taxonomy
Description
Get Taxon Criteria from the Keys to Soil Taxonomy
Usage
getTaxonCriteria(
taxon = NULL,
code = NULL,
level = c("order", "suborder", "greatgroup", "subgroup")
)
Arguments
taxon |
character. Vector of taxon names (order to subgroup level). These values are converted to taxon "codes" |
code |
character. Vector of taxon codes. |
level |
character. One or more of: "order", "suborder", "greatgroup", "subgroup" |
Value
A named list. Each list element is named based on the input value (either taxon
or code
) and contains a data.frame derived from dataset ST_criteria_13th.
See Also
taxon_to_taxon_code()
, ST_criteria_13th
Examples
getTaxonCriteria(c("mollic haplocryalfs", "abruptic durixeralfs"))
getTaxonCriteria(code = "ABC", level = c("greatgroup"))
[Package SoilTaxonomy version 0.2.7 Index]