points2tec: Function that stores point data in a tecplot file.

Description Usage Arguments

View source: R/vtk.R

Description

Create a vtk file (legacy format) from points. Values corresponding to the points can, optionally, be added as well.

Usage

1
2
  points2tec(fname, x, y = NULL, z = NULL, ...,
    zname = NULL)

Arguments

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


tunelipt/model3d documentation built on Nov. 5, 2019, 10:59 a.m.