format_gwt: Convert possible B_GWL_CLASS values to standardized values

View source: R/obic_format_inputs.R

format_gwtR 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'))


OBIC documentation built on Sept. 12, 2024, 7:02 a.m.