View source: R/obic_format_inputs.R
format_soilcompaction | R Documentation |
This function converts numeric values for B_SC_WENR to values used by other OBIC functions if numeric values are entered.
format_soilcompaction(B_SC_WENR)
B_SC_WENR |
(numeric and/or character) Data on soil compaction risk that may have to be converted to string |
A standardized B_GWL_CLASS value as required for the OBIC functions. A character string.
format_soilcompaction(c('10', '11'))
format_soilcompaction(c('2', '3',"Matig", "Groot"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.