summaryrefslogtreecommitdiff
path: root/man/read.idframe.Rd
diff options
context:
space:
mode:
authorSuraj Yerramilli2015-04-01 13:51:14 +0530
committerSuraj Yerramilli2015-04-01 13:51:14 +0530
commit4edb150aa3f37f39678603bd7340e7b8393b8a70 (patch)
tree14dc57a5e6d47c4fb0b3749f1c3815c8988beb94 /man/read.idframe.Rd
parente6e47c3d998c6727f6b392d09517f5d4cdffc9c9 (diff)
downloadSysID-R-code-4edb150aa3f37f39678603bd7340e7b8393b8a70.tar.gz
SysID-R-code-4edb150aa3f37f39678603bd7340e7b8393b8a70.tar.bz2
SysID-R-code-4edb150aa3f37f39678603bd7340e7b8393b8a70.zip
documentation update
Diffstat (limited to 'man/read.idframe.Rd')
-rw-r--r--man/read.idframe.Rd6
1 files changed, 5 insertions, 1 deletions
diff --git a/man/read.idframe.Rd b/man/read.idframe.Rd
index ac3c00a..24546df 100644
--- a/man/read.idframe.Rd
+++ b/man/read.idframe.Rd
@@ -5,7 +5,7 @@
\title{Data input into a idframe object}
\usage{
read.idframe(data, freqData = FALSE, ninputs = 1, type = c("time",
- "freq")[1], Ts = 1, tUnit = "time")
+ "freq")[1], Ts = 1, tUnit = "sec")
}
\arguments{
\item{data}{a \code{data.frame} object}
@@ -32,4 +32,8 @@ Read the contents of a \code{data.frame} object into a \code{idframe} object.
If \code{type="freq"} and \code{freqData = TRUE}, then the first column in the file
should contain the frequencies.
}
+\examples{
+data(cstr)
+data <- read.idframe(cstrData,ninputs=1,type="time",Ts= 1,tUnit="min")
+}