diff options
author | Suraj Yerramilli | 2015-06-06 21:23:07 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-06-06 21:23:07 +0530 |
commit | 9f0119c7470bac5ff4d3dbaf0e0f3f73846f1760 (patch) | |
tree | 67bb65351780fdcb04cd5c0a0275a3e03633d7a4 /man/read.idframe.Rd | |
parent | 89d18e89331dfcb33aa08ef79d04bf07ccc8e971 (diff) | |
download | SysID-R-code-9f0119c7470bac5ff4d3dbaf0e0f3f73846f1760.tar.gz SysID-R-code-9f0119c7470bac5ff4d3dbaf0e0f3f73846f1760.tar.bz2 SysID-R-code-9f0119c7470bac5ff4d3dbaf0e0f3f73846f1760.zip |
Updated documentation for the data reading functions
Diffstat (limited to 'man/read.idframe.Rd')
-rw-r--r-- | man/read.idframe.Rd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/read.idframe.Rd b/man/read.idframe.Rd index 4bccd8e..216c074 100644 --- a/man/read.idframe.Rd +++ b/man/read.idframe.Rd @@ -14,7 +14,7 @@ read.idframe(data, freqData = FALSE, ninputs = NULL, type = c("time", frequencies. If \code{TRUE}, they need to be present in the first column. (Default: \code{idframe})} -\item{ninputs}{the number of input columns. (Default: NULL)} +\item{ninputs}{the number of input columns. (Default: \code{NULL})} \item{type}{indicates the domain of the data (Default:\code{"time"})} @@ -26,7 +26,7 @@ frequencies. If \code{TRUE}, they need to be present in the first column. an idframe object } \description{ -Read the contents of a \code{data.frame} object into a \code{idframe} object. +Read the contents of a data.frame/matrix into a \code{idframe} object. } \details{ If \code{type="freq"} and \code{freqData = TRUE}, then the first column in the file |