| rmf_read_lpf | R Documentation |
read_lpf reads in a MODFLOW layer property file and returns it as an RMODFLOW lpf object.
rmf_read_lpf(
file = {
cat("Please select lpf file ...\n")
file.choose()
},
dis = {
cat("Please select corresponding dis file ...\n")
rmf_read_dis(file.choose())
},
mlt = NULL,
zon = NULL,
...
)
file |
filename; typically '*.lpf'. |
dis |
an |
mlt |
a |
zon |
a |
... |
arguments passed to |
object of class lpf
rmf_write_lpf, rmf_create_lpf and http://water.usgs.gov/nrp/gwsoftware/modflow2000/MFDOC/index.html?lpf.htm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.