summaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
authorSuraj Yerramilli2016-05-16 00:04:48 +0530
committerSuraj Yerramilli2016-05-16 00:04:48 +0530
commit24e91d335aa261a3759b2867aeff33c66d3275c3 (patch)
treede0053806b85e8c6dc58f83b8dcf8ddfa23cc594 /R
parent01ffcb39a04d4999b2c1e5974cb56b674c7b9cce (diff)
downloadSysID-R-code-24e91d335aa261a3759b2867aeff33c66d3275c3.tar.gz
SysID-R-code-24e91d335aa261a3759b2867aeff33c66d3275c3.tar.bz2
SysID-R-code-24e91d335aa261a3759b2867aeff33c66d3275c3.zip
correcting documentation
Diffstat (limited to 'R')
-rw-r--r--R/idframe.R5
1 files changed, 2 insertions, 3 deletions
diff --git a/R/idframe.R b/R/idframe.R
index 830c78d..26b4433 100644
--- a/R/idframe.R
+++ b/R/idframe.R
@@ -182,9 +182,8 @@ idfrd <- function(respData,freq,Ts,spec=NULL,covData=NULL,
#' @seealso \code{\link[ggplot2]{ggplot}}
#'
#' @examples
-#' data(frf)
-#' frf <- spa(data) # Estimates the frequency response from data
-#' plot(frf)
+#' data(frd)
+#' plot(frd)
#'
#' @import ggplot2 reshape2 signal
#'