rmf_read_zon | R Documentation |
rmf_read_zon
reads in a MODFLOW zone file and returns it as an RMODFLOW
zon object
rmf_read_zon( file = { cat("Please select zon file ...\n") file.choose() }, dis = { cat("Please select dis file ...\n") rmf_read_dis(file.choose()) }, ... )
file |
filename; typically '*.zon' |
dis |
discretization file object; defaults to that with the same filename but with extension '.dis' |
... |
arguments passed to |
RMODFLOW
zon object
rmf_write_zon
, rmf_create_zon
, https://water.usgs.gov/ogw/modflow/MODFLOW-2005-Guide/index.html?zone.htm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.