read.TSD_readAllTimeStepsOfOneVariable: (Internal) Read all time steps of one variable in a TSD file.

View source: R/read.TSD_readAllTimeStepsOfOneVariable.R

read.TSD_readAllTimeStepsOfOneVariableR Documentation

(Internal) Read all time steps of one variable in a TSD file.

Description

(Internal) Read all time steps of one variable in a TSD file.

Usage

read.TSD_readAllTimeStepsOfOneVariable(
  numtInFile,
  lvar,
  labl,
  con,
  index,
  dtyp,
  datatypes,
  datasizes,
  endian,
  arecomplex
)

Arguments

numtInFile

The number of time steps in the file.

lvar

The lvar info read from the header of the file.

labl

The labl info read from the header of the file.

con

A connection to a binary file, as returned by file(x,"rb").

index

A matrix of the positions in the type of the variables and time steps.

dtyp

A matrix of the positions in the type of the variables and time steps.

datatypes

The data types of each element of 'labl'.

datasizes

The data sizes of each element of 'labl'.

endian

The endianness of the file, changed if the float is not read properly.

arecomplex

Logical vector labeling variables as complex type.


arnejohannesholmin/TSD documentation built on April 14, 2024, 5:29 a.m.