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