| rmf_write_bas | R Documentation |
rmf_write_bas writes a MODFLOW basic file based on an RMODFLOW bas object.
rmf_write_bas(
bas,
file = {
cat("Please select bas file to overwrite or provide new filename ...\n")
file.choose()
},
iprn = -1,
...
)
bas |
an |
file |
filename to write to; typically '*.bas' |
iprn |
format code for printing arrays in the listing file; defaults to -1 (no printing) |
... |
arguments passed to |
NULL
rmf_read_bas, rmf_create_bas and http://water.usgs.gov/nrp/gwsoftware/modflow2000/MFDOC/index.html?bas6.htm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.