QtAC.TXT.reader: TXT-reader

View source: R/QtAC_package.R

QtAC.TXT.readerR Documentation

TXT-reader

Description

This function is used to import the data in R. The data should be in a tab-separated file with or without column/row names. Columns should contain time points, rows the system's components.

Usage

QtAC.TXT.reader(filename, col_names = FALSE, row_names = FALSE)

Arguments

filename

path of the file you want to import

col_names

logical operator. TRUE if the file contains column names, FALSE if it does not

row_names

logical operator. TRUE if the file contains row names, FALSE if it does not

Value

data array. If no column or row names were given, column or row names of the form "t_ " and "C_ " respectively are added.


hannahschrenk/QtAC documentation built on July 27, 2023, 5:35 a.m.