rmf_create_mlt
creates an RMODFLOW
mlt object
rmf_create_mlt(
nml = length(mltnam),
mltnam = "MULT",
functn = NULL,
rmlt = rmf_create_array(1, dim = c(10, 10)),
operators = NULL,
iprn = NULL
)
Arguments
nml |
number of multiplier arrays to be defined; defaults to the length of mltnam |
mltnam |
character vector of length nml specifying the names of the multiplier arrays; defaults to 'MULT' |
functn |
optional logical vector of length nml indicating if the multiplier array will be constructed from other multiplier arrays previously defined; defaults to NULL |
rmlt |
either a single 2d array or a list with nml 2d arrays specifying the mutliplier arrays; defaults to a rmf_2d_array with 1 for all cells |
operators |
list with nml elements where each element is a character vector with the correct function which will be printed for that multiplier array. If no function is to be specifyied for an array, set to NULL; defaults to NULL |
iprn |
numeric vector of length nml indicating the printing format and whether the multiplier array constructed in data set 4 will be printed to the listing file; defaults to NULL |
Value
an RMODFLOW
mlt object
See also