| rmf_read_usgs_model_reference | R Documentation |
Read RMODFLOW projection information from a USGS model reference file
rmf_read_usgs_model_reference(
file = {
cat("Please select usgs.model.reference file ...\n")
file.choose()
},
dis = {
cat("Please select corresponding dis file ...\n")
rmf_read_dis(file.choose())
}
)
file |
path to the USGS model reference file; typically "usgs.model.reference" |
dis |
|
a prj object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.