summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuraj Yerramilli2015-01-29 17:47:55 +0530
committerSuraj Yerramilli2015-01-29 17:47:55 +0530
commit595f1dd50d0f76f8d2eb7b3dd62418eafaf23eba (patch)
tree5b0c18586cbd191a3a7c85c7e857b65ff0c12a18
parenta0824997c16869034c6f6df470330e9c9470b01e (diff)
downloadSysID-R-code-595f1dd50d0f76f8d2eb7b3dd62418eafaf23eba.tar.gz
SysID-R-code-595f1dd50d0f76f8d2eb7b3dd62418eafaf23eba.tar.bz2
SysID-R-code-595f1dd50d0f76f8d2eb7b3dd62418eafaf23eba.zip
minor changes
-rw-r--r--R/idframe.R3
-rw-r--r--man/idframe.Rd3
2 files changed, 4 insertions, 2 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
diff --git a/man/idframe.Rd b/man/idframe.Rd
index 36a75ca..76065f4 100644
--- a/man/idframe.Rd
+++ b/man/idframe.Rd
@@ -23,7 +23,8 @@ idframe(output = numeric(0), input = numeric(0), type = c("time",
\item{tUnit}{Time Unit (Default: "seconds")}
-\item{frequencies}{Vector containing the list of frequencies at which the data was recorded (Valid only if type="frequency")}
+\item{frequencies}{Vector containing the list of frequencies at which the data was
+recorded (Valid only if type="frequency")}
\item{fUnit}{Frequency Unit (Valid only if type="frequency")}
}