summaryrefslogtreecommitdiff
path: root/man/read.idframe.Rd
diff options
context:
space:
mode:
authorSuraj Yerramilli2015-01-29 21:01:24 +0530
committerSuraj Yerramilli2015-01-29 21:01:24 +0530
commitb8d13d5183148e08c6441230ea4106f314f15657 (patch)
tree201a744c5b425c92cccb76e86f866b06dce77b27 /man/read.idframe.Rd
parentbf782db25276d2b5e1cba9db0a0dc861cefe8f0b (diff)
downloadSysID-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.idframe.Rd')
-rw-r--r--man/read.idframe.Rd12
1 files changed, 7 insertions, 5 deletions
diff --git a/man/read.idframe.Rd b/man/read.idframe.Rd
index 5a54d2d..f6d564d 100644
--- a/man/read.idframe.Rd
+++ b/man/read.idframe.Rd
@@ -4,21 +4,23 @@
\alias{read.idframe}
\title{Data input into a idframe object}
\usage{
-read.idframe(data, ninputs = 1, type = c("time", "freq")[1], Ts = 1,
- freqData = FALSE)
+read.idframe(data, freqData = FALSE, ninputs = 1, type = c("time",
+ "freq")[1], Ts = 1, tUnit = "time")
}
\arguments{
\item{data}{a \code{data.frame} object}
+\item{freqData}{a logical value indicating whether the file contains the list of
+frequencies. If \code{TRUE}, they need to be present in the first column.
+(Default: \code{idframe})}
+
\item{ninputs}{the number of input columns. (Default: 1)}
\item{type}{indicates the domain of the data (Default:\code{"time"})}
\item{Ts}{sampling interval (Default: 1)}
-\item{freqData}{a logical value indicating whether the file contains the list of
-frequencies. If \code{TRUE}, they need to be present in the first column.
-(Default: \code{idframe})}
+\item{tUnit}{Time Unit (Default: "seconds")}
}
\value{
an idframe object