Description Usage Arguments Examples
Writes information from a RIV.MFpackage list object to a MODFLOW-readable RIV package file.
1 |
RIV |
RIV.MFpackage object, as would be returned by |
filename |
character string; file to write to |
title |
character string;
optional title to prefix to the file, for your reference (not used if
|
MF2k |
logical |
write.auxiliaries |
logical [1];
whether to include any auxiliary parameters in |
1 2 3 4 5 | fnm <- system.file("rflow_mf_demo.riv", package = "Rflow")
riv <- read.RIV(fnm, 15L, FALSE)
# write modified riv package to file
write.RIV(riv, "RFLOW_EXAMPLE.riv", "example")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.