rmfi_parse_list | R Documentation |
Reads a MODFLOW list
rmfi_parse_list( remaining_lines, nlst, l = NULL, varnames, scalevar = 4, file, naux = 0, format = "free", precision = "single", ... )
nlst |
number of list rows to read |
l |
stress period number |
varnames |
character vector; names of the variables starting from the 4th column (so after ijk). Length of varnames is used to dimension the dataframe |
scalevar |
column name or integer; this column will be scaled |
file |
the file that is being read; needed if list is specified through an OPEN/CLOSE statement |
naux |
integer; number of auxiliary variables to read (which are always free format). Defaults to 0. |
format |
either 'fixed' or 'free' |
... |
ignored |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.