Description Usage Arguments Value
The function reads a .msh2 file and store it in a list.
The function uses scan
and
read.table
functions.
1 |
name |
A string with a name of the file to read. The file name is relative to a working directory. |
head_rows |
A number of rows containing introductory information. The default value is 4. |
The output list contains: a head of the file ($head
),
mesh points ($coord
) and a file tail ($tail
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.