c2vsim.readStrat | R Documentation |
The default parameter values corresond to coarse grid version
c2vsim.readStrat(filename, Nnodes = 1393, Nlay = 3, nSkip = 92)
filename |
is the name of the stratigraphy file. Usually is CVstrat.dat |
Nnodes |
is the number of nodes. |
Nlay |
is the number or layers. Each layer consist of two values. One for the main aquifer and one for the aquiclude |
Nskip |
is the number of lines to skip before start reading the list of nodes. The default value corresponds to the coarse grid version. |
a data frame with the following fields: ID, L11, L12,...L31,L32,...
STRAT <- c2vsim.readStrat("CVstrat.dat")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.