rmf_write_lpf | R Documentation |
Write a MODFLOW layer-property flow file
rmf_write_lpf( lpf, file = { cat("Please select lpf file to overwrite or provide new filename ...\n") file.choose() }, dis = { cat("Please select corresponding dis file ...\n") rmf_read_dis(file.choose()) }, iprn = -1, ... )
lpf |
an |
file |
filename to write to; typically '*.lpf' |
iprn |
format code for printing arrays in the listing file; defaults to -1 (no printing) |
... |
arguments passed to |
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.