rmf_read_bas | R Documentation |
rmf_read_bas
reads in a MODFLOW basic file and returns it as an RMODFLOW
bas object.
rmf_read_bas( file = { cat("Please select bas file ...\n") file.choose() }, dis = { cat("Please select corresponding dis file ...\n") rmf_read_dis(file.choose()) }, ... )
file |
filename; typically '*.bas' |
dis |
discretization file object; defaults to that with the same filename but with extension '.dis' |
... |
arguments passed to |
object of class bas
rmf_write_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.