diff options
author | Suraj Yerramilli | 2015-08-20 17:28:17 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-08-20 17:28:17 +0530 |
commit | 89d9f5b138c2424656e416da5b96e26852c31d9f (patch) | |
tree | e602584fefeeefe4b44186c845500970c4bfd6cf /man | |
parent | b22bb40671d6155578b8c53313a07cc88db26a7d (diff) | |
download | SysID-R-code-89d9f5b138c2424656e416da5b96e26852c31d9f.tar.gz SysID-R-code-89d9f5b138c2424656e416da5b96e26852c31d9f.tar.bz2 SysID-R-code-89d9f5b138c2424656e416da5b96e26852c31d9f.zip |
updating documentation
Diffstat (limited to 'man')
-rw-r--r-- | man/idframe.Rd | 6 | ||||
-rw-r--r-- | man/read.idframe.Rd | 2 | ||||
-rw-r--r-- | man/read.table.idframe.Rd | 2 | ||||
-rw-r--r-- | man/read.xls.idframe.Rd | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/man/idframe.Rd b/man/idframe.Rd index 9af8540..b44694a 100644 --- a/man/idframe.Rd +++ b/man/idframe.Rd @@ -5,7 +5,7 @@ \title{S3 class for storing input-output data.} \usage{ idframe(output = NULL, input = NULL, Ts = 1, start = 0, end = NULL, - unit = c("seconds", "minutes", "hours", "days", "hours")[1]) + unit = c("seconds", "minutes", "hours", "days")[1]) } \arguments{ \item{output}{dataframe/matrix/vector containing the outputs} @@ -16,9 +16,9 @@ idframe(output = NULL, input = NULL, Ts = 1, start = 0, end = NULL, \item{start}{Time of the first observation} -\item{unit}{Time Unit (Default: "seconds")} +\item{end}{Time of the last observation Optional Argument} -\item{t.end}{Time of the last observation Optional Argument} +\item{unit}{Time Unit (Default: "seconds")} } \value{ an idframe object diff --git a/man/read.idframe.Rd b/man/read.idframe.Rd index adcc72c..dd60160 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, ninputs = NULL, Ts = 1, unit = c("seconds", "minutes", - "hours", "days", "hours")[1]) + "hours", "days")[1]) } \arguments{ \item{data}{a \code{data.frame} object} diff --git a/man/read.table.idframe.Rd b/man/read.table.idframe.Rd index 5785201..5065317 100644 --- a/man/read.table.idframe.Rd +++ b/man/read.table.idframe.Rd @@ -5,7 +5,7 @@ \title{Read the contents of a table-formatted file} \usage{ read.table.idframe(file, header = TRUE, sep = ",", ninputs = 0, Ts = 1, - unit = c("seconds", "minutes", "hours", "days", "hours")[1], ...) + unit = c("seconds", "minutes", "hours", "days")[1], ...) } \arguments{ \item{file}{the path to the file to read} diff --git a/man/read.xls.idframe.Rd b/man/read.xls.idframe.Rd index 99ebbe8..205d52c 100644 --- a/man/read.xls.idframe.Rd +++ b/man/read.xls.idframe.Rd @@ -5,7 +5,7 @@ \title{Read the contents of a worksheet into a idframe object} \usage{ read.xls.idframe(file, sheetName, header = TRUE, ninputs = 0, Ts = 1, - unit = c("seconds", "minutes", "hours", "days", "hours")[1], ...) + unit = c("seconds", "minutes", "hours", "days")[1], ...) } \arguments{ \item{file}{the path to the file to read} |