format_gwt {OBIC} | R Documentation |
Convert possible B_GWL_CLASS values to standardized values
Description
This function formats ground water table information so it can be understood by other OBIC functions
Usage
format_gwt(B_GWL_CLASS)
Arguments
B_GWL_CLASS |
(character) Ground water table classes |
Value
A standardized B_GWL_CLASS value as required for the OBIC functions. A character string.
Examples
format_gwt(c('sVII', 'sVI'))
format_gwt(c('sVII', 'sVI','GtII', 'GtI'))
[Package OBIC version 3.0.2 Index]