c2vsim.readHeadALL | R Documentation |
The default values correspond to the fine grid version.
c2vsim.readHeadALL(
filename,
nNode = 30179,
nLay = 4,
NtimeSteps = 505,
nSkip = 6,
quiet = FALSE
)
filename |
is the name of the file with the groundwater head values. |
nNode |
is the total number of nodes in the simulation. |
nLay |
is the Number of layers. |
NtimeSteps |
is the number of monthly time steps. |
nSkip |
is the number of lines to skip before the first time step values are printed |
a list of lists. The first item in the list is a vector with the node ids. The second lement in the list is a data frame with the time stamps The third length NtimeSteps where each element in the list is a matrix nNode x nLay.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.