summaryrefslogtreecommitdiff
path: root/man/read.idframe.Rd
diff options
context:
space:
mode:
authorSuraj Yerramilli2015-12-30 20:37:37 +0530
committerSuraj Yerramilli2015-12-30 20:37:37 +0530
commit4eefced3dffd4fb2a8d8a02628ea04f5197e8ee0 (patch)
tree20c0a83758d10816c2f312afb8cef3ab293956c8 /man/read.idframe.Rd
parenta6288c34f0a76b1cb47b443f01cde075f6a221a4 (diff)
downloadSysID-R-code-4eefced3dffd4fb2a8d8a02628ea04f5197e8ee0.tar.gz
SysID-R-code-4eefced3dffd4fb2a8d8a02628ea04f5197e8ee0.tar.bz2
SysID-R-code-4eefced3dffd4fb2a8d8a02628ea04f5197e8ee0.zip
minor documentation updates
Diffstat (limited to 'man/read.idframe.Rd')
-rw-r--r--man/read.idframe.Rd3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/read.idframe.Rd b/man/read.idframe.Rd
index dd60160..fd546d7 100644
--- a/man/read.idframe.Rd
+++ b/man/read.idframe.Rd
@@ -1,4 +1,4 @@
-% Generated by roxygen2 (4.1.1): do not edit by hand
+% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/readData.R
\name{read.idframe}
\alias{read.idframe}
@@ -25,5 +25,6 @@ Read the contents of a data.frame/matrix into a \code{idframe} object.
\examples{
data(cstr)
data <- read.idframe(cstrData,ninputs=1,Ts= 1,unit="minutes")
+
}