rmfi_write_array | R Documentation |
Write modflow array Internal function used in the write_* functions for writing array datasets
rmfi_write_array( array, file, cnstnt = 1, iprn = -1, append = TRUE, external = NULL, fname = NULL, binary = NULL, precision = "single", nam = NULL, xsection = FALSE, ... )
external |
character vector with names corresponding to the dataset; used to write external arrays |
fname |
character vector with names corresponding to the dataset; used to write open/close arrays |
binary |
character vector with names corresponding to the dataset; used to write external or open/close arrays |
precision |
character: either |
nam |
|
xsection |
logical; does the array represent a NLAY x NCOL cross-section. Passed to |
... |
ignored |
if the array should be written as integers, an integer array should be provided
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.