diff options
author | Suraj Yerramilli | 2015-12-30 20:37:37 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-12-30 20:37:37 +0530 |
commit | 4eefced3dffd4fb2a8d8a02628ea04f5197e8ee0 (patch) | |
tree | 20c0a83758d10816c2f312afb8cef3ab293956c8 /man/idframe.Rd | |
parent | a6288c34f0a76b1cb47b443f01cde075f6a221a4 (diff) | |
download | SysID-R-code-4eefced3dffd4fb2a8d8a02628ea04f5197e8ee0.tar.gz SysID-R-code-4eefced3dffd4fb2a8d8a02628ea04f5197e8ee0.tar.bz2 SysID-R-code-4eefced3dffd4fb2a8d8a02628ea04f5197e8ee0.zip |
minor documentation updates
Diffstat (limited to 'man/idframe.Rd')
-rw-r--r-- | man/idframe.Rd | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/man/idframe.Rd b/man/idframe.Rd index b44694a..3ec50e7 100644 --- a/man/idframe.Rd +++ b/man/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/idframe.R \name{idframe} \alias{idframe} @@ -27,11 +27,13 @@ an idframe object \code{idframe} is an S3 class for storing and manipulating input-ouput data. It supports discrete time and frequency domain data. } \examples{ -dataMatrix <- matrix(rnorm(1000),ncol=5) + +dataMatrix <- matrix(rnorm(1000),ncol=5) data <- idframe(output=dataMatrix[,3:5],input=dataMatrix[,1:2],Ts=1) + } \seealso{ -\code{\link{plot.idframe}}, the plot method for idframe objects, +\code{\link{plot.idframe}}, the plot method for idframe objects, \code{\link{summary.idframe}}, the summary method for idrame objects } |