Create a vtk file (legacy format) from points. Values corresponding to the points can, optionally, be added as well.
1 2 | points2tec(fname, x, y = NULL, z = NULL, ...,
zname = NULL)
|
fname |
Name of vtk file |
x |
x coordinates of the points |
y |
y coordinates of the points |
z |
z coordinates of the points |
... |
List of values associated with the points. |
zname |
Zone name |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.