View source: R/read.TSD_readAllTimeStepsOfOneVariable.R
read.TSD_readAllTimeStepsOfOneVariable | R Documentation |
(Internal) Read all time steps of one variable in a TSD file.
read.TSD_readAllTimeStepsOfOneVariable(
numtInFile,
lvar,
labl,
con,
index,
dtyp,
datatypes,
datasizes,
endian,
arecomplex
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.