summaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
authorSuraj Yerramilli2015-02-02 18:08:26 +0530
committerSuraj Yerramilli2015-02-02 18:08:26 +0530
commit2e9536e308d6d82c7a7b9cbaa63efb76e3d1037f (patch)
tree9b747b912faa40ae735ef141cc9aadf3b25a1ed5 /R
parentb8d13d5183148e08c6441230ea4106f314f15657 (diff)
downloadSysID-R-code-2e9536e308d6d82c7a7b9cbaa63efb76e3d1037f.tar.gz
SysID-R-code-2e9536e308d6d82c7a7b9cbaa63efb76e3d1037f.tar.bz2
SysID-R-code-2e9536e308d6d82c7a7b9cbaa63efb76e3d1037f.zip
Modified the documentation
Diffstat (limited to 'R')
-rw-r--r--R/idframe.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/idframe.R b/R/idframe.R
index 15752da..239d37e 100644
--- a/R/idframe.R
+++ b/R/idframe.R
@@ -1,6 +1,6 @@
#' S3 class for storing input-output data.
#'
-#' \code{idframe} is an S3 class for storisupports discrete time and frequency domain data.
+#' \code{idframe} is an S3 class for storing and manipulating input-ouput data. It supports discrete time and frequency domain data.
#'
#' @param output dataframe/matrix/vector containing the outputs
#' @param input dataframe/matrix/vector containing the inputs