extractSMR: Extract Soil Moisture Regime from Subgroup or Higher Level...

View source: R/extractSMR.R

extractSMRR Documentation

Extract Soil Moisture Regime from Subgroup or Higher Level Taxon

Description

Extract Soil Moisture Regime from Subgroup or Higher Level Taxon

Usage

extractSMR(taxon, as.is = FALSE, droplevels = FALSE, ordered = TRUE)

Arguments

taxon

character. Vector of taxon names.

as.is

Return character labels rather than an (ordered) factor? Default: FALSE

droplevels

Drop unused levels? Default: FALSE

ordered

Create an ordinal factor? Default: TRUE

Value

an (ordered) factor of Soil Moisture Regimes, or character vector when as.is=TRUE

Examples

extractSMR(c("aquic haploxeralfs", "typic epiaqualfs", "humic inceptic eutroperox"))

SoilTaxonomy documentation built on Nov. 17, 2023, 1:07 a.m.