rmf_create_mlt | R Documentation |
RMODFLOW
mlt objectrmf_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 )
nml |
number of multiplier arrays to be defined; defaults to the length of mltnam |
mltnam |
character vector of length |
functn |
optional logical vector of length |
rmlt |
either a single 2d array or a list with |
operators |
list with |
iprn |
numeric vector of length |
an RMODFLOW
mlt object
rmf_read_mlt
, rmf_write_mlt
, https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?mult.htm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.