parseHeader: Parses tecplot header.

Description Usage Arguments Value

View source: R/tecplot.R

Description

This function parses a tecplot file header (the format given by nektar) It returns a list containing the labels of the variables, the number of variables, the position of var x, y and z. If z is not present, it is a 2d file, else a 3d file

Usage

1
parseHeader(header)

Arguments

header

Tecplot header characterizing the variables.

Value

Character vector with variable names.


tunelipt/tecutils documentation built on Nov. 5, 2019, 11 a.m.