rmf_read | R Documentation |
rmf_read
reads in a MODFLOW model and returns it as a modflow
object
rmf_read( file = { cat("Please select nam file ...\n") file.choose() }, output = FALSE, precision = "single", verbose = TRUE )
file |
NAME file; typically '*.nam' |
output |
logical; should output also be read. Defaults to FALSE. |
precision |
either |
verbose |
logical; should information on reading files be printed to the console ? Defaults to TRUE. |
a modflow
object which is a list containing all MODFLOW packages and optionally, model output
rmf_create
, rmf_write
and http://water.usgs.gov/nrp/gwsoftware/modflow2000/MFDOC/index.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.