rmfi_write_variables | R Documentation |
Write MODFLOW variables Internal function used in the rmf_write_* functions for writing single line datasets
rmfi_write_variables( ..., file, append = TRUE, width = 10, format = "free", integer = FALSE, iprn = -1 )
width |
numeric vector with the character widths for each variable. If a single value, it is repeated. |
format |
either |
integer |
logical; should all values be converted to integers? MODFLOW does not allow for exponents in integer values |
iprn |
ignored |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.