rmf_read_drn reads in a MODFLOW drain file and returns it as an RMODFLOW drn object.
rmf_read_drn(
file = { cat("Please select drain file ...\n") file.choose() },
dis = { cat("Please select corresponding dis file ...\n")
rmf_read_dis(file.choose()) },
...
)
| file | filename; typically '*.drn' |
|---|---|
| dis | an |
| ... | arguments passed to |
RMODFLOW drn object