diff options
author | Suraj Yerramilli | 2015-08-22 10:09:05 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-08-22 10:09:05 +0530 |
commit | f0443fbc29d1d3d52695dcd9116c8695b2118cc7 (patch) | |
tree | 0e1a573f2a008cf5afadd8ed487a393701f2ed62 /man/dataSlice.Rd | |
parent | 7a09475fcde4083d2dbe5d7c21a6a4ae5a1169ec (diff) | |
download | SysID-R-code-f0443fbc29d1d3d52695dcd9116c8695b2118cc7.tar.gz SysID-R-code-f0443fbc29d1d3d52695dcd9116c8695b2118cc7.tar.bz2 SysID-R-code-f0443fbc29d1d3d52695dcd9116c8695b2118cc7.zip |
Corrected some errors and updated documentation
Diffstat (limited to 'man/dataSlice.Rd')
-rw-r--r-- | man/dataSlice.Rd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/dataSlice.Rd b/man/dataSlice.Rd index cd3af74..5ff6f00 100644 --- a/man/dataSlice.Rd +++ b/man/dataSlice.Rd @@ -9,9 +9,9 @@ dataSlice(data, start = NULL, end = NULL, freq = NULL) \arguments{ \item{data}{an object of class \code{idframe}} -\item{start}{the start time of the period of interest} +\item{start}{the start index} -\item{end}{the end time of the period of interes} +\item{end}{the end index} \item{freq}{fraction of the original frequency at which the series to be sampled.} |