rmf_read_pcg | R Documentation |
read_pcg
reads in a MODFLOW preconditioned conjugate-gradient package file and returns it as an RMODFLOW
pcg object.
rmf_read_pcg( file = { cat("Please select pcg file ...\n") file.choose() }, ... )
file |
filename; typically '*.pcg' |
... |
arguments passed to |
object of class pcg
rmf_write_pcg
, rmf_create_pcg
and http://water.usgs.gov/nrp/gwsoftware/modflow2000/MFDOC/index.html?pcg.htm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.