rmf_read_oc | R Documentation |
read_oc
reads in a MODFLOW output control option file and returns it as an RMODFLOW
oc object.
rmf_read_oc( file = { cat("Please select oc file ...\n") file.choose() }, dis = { cat("Please select corresponding dis file ...\n") rmf_read_dis(file.choose()) }, ... )
file |
filename; typically '*.oc' |
dis |
an |
... |
arguments passed to |
object of class oc
rmf_write_oc
, rmf_create_oc
and http://water.usgs.gov/nrp/gwsoftware/modflow2000/MFDOC/index.html?oc.htm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.