c2vsim.readNodes | R Documentation |
c2vsim.Nodes Reads the Node coordinates of the C2Vsim
c2vsim.readNodes(filename, ND = 1393, Nskip = 80)
filename |
is the name of the file. Usually is CVnode.dat |
ND |
is the number of nodes. The default value corresponds to the coarse grid version |
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, X and Y
XY <- c2vsim.Nodes("CVnode.dat")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.