diff options
author | Suraj Yerramilli | 2015-01-29 21:01:24 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-01-29 21:01:24 +0530 |
commit | b8d13d5183148e08c6441230ea4106f314f15657 (patch) | |
tree | 201a744c5b425c92cccb76e86f866b06dce77b27 /man/read.table.idframe.Rd | |
parent | bf782db25276d2b5e1cba9db0a0dc861cefe8f0b (diff) | |
download | SysID-R-code-b8d13d5183148e08c6441230ea4106f314f15657.tar.gz SysID-R-code-b8d13d5183148e08c6441230ea4106f314f15657.tar.bz2 SysID-R-code-b8d13d5183148e08c6441230ea4106f314f15657.zip |
added tUnit parameter to the reading functions
Diffstat (limited to 'man/read.table.idframe.Rd')
-rw-r--r-- | man/read.table.idframe.Rd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/read.table.idframe.Rd b/man/read.table.idframe.Rd index abd290e..f269cd4 100644 --- a/man/read.table.idframe.Rd +++ b/man/read.table.idframe.Rd @@ -5,7 +5,8 @@ \title{Data input into a idframe object} \usage{ read.table.idframe(file, header = TRUE, sep = ",", ninputs = 1, - type = c("time", "freq")[1], Ts = 1, freqData = FALSE, ...) + type = c("time", "freq")[1], Ts = 1, freqData = FALSE, tUnit = "time", + ...) } \arguments{ \item{file}{the path to the file to read} @@ -27,6 +28,8 @@ separated by this character. (Default: \code{","})} frequencies. If \code{TRUE}, they need to be present in the first column. (Default: \code{idframe})} +\item{tUnit}{Time Unit (Default: "seconds")} + \item{...}{additional arguments to be passed to the \code{\link[utils]{read.table}} function} } \value{ |