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