diff options
author | Suraj Yerramilli | 2015-01-29 17:47:55 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-01-29 17:47:55 +0530 |
commit | 595f1dd50d0f76f8d2eb7b3dd62418eafaf23eba (patch) | |
tree | 5b0c18586cbd191a3a7c85c7e857b65ff0c12a18 /R/idframe.R | |
parent | a0824997c16869034c6f6df470330e9c9470b01e (diff) | |
download | SysID-R-code-595f1dd50d0f76f8d2eb7b3dd62418eafaf23eba.tar.gz SysID-R-code-595f1dd50d0f76f8d2eb7b3dd62418eafaf23eba.tar.bz2 SysID-R-code-595f1dd50d0f76f8d2eb7b3dd62418eafaf23eba.zip |
minor changes
Diffstat (limited to 'R/idframe.R')
-rw-r--r-- | R/idframe.R | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/R/idframe.R b/R/idframe.R index 4c72097..00199ea 100644 --- a/R/idframe.R +++ b/R/idframe.R @@ -9,7 +9,8 @@ #' @param t.start Starting time (Valid only if type="time") #' @param t.end End time. Optional Argument (Valid only if type="time") #' @param tUnit Time Unit (Default: "seconds") -#' @param frequencies Vector containing the list of frequencies at which the data was recorded (Valid only if type="frequency") +#' @param frequencies Vector containing the list of frequencies at which the data was +#' recorded (Valid only if type="frequency") #' @param fUnit Frequency Unit (Valid only if type="frequency") #' @return an idframe object #' @export |