summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--R/idframe.R5
-rw-r--r--man/plot.idfrd.Rd5
2 files changed, 4 insertions, 6 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
#'
diff --git a/man/plot.idfrd.Rd b/man/plot.idfrd.Rd
index 541c2eb..6316b5b 100644
--- a/man/plot.idfrd.Rd
+++ b/man/plot.idfrd.Rd
@@ -14,9 +14,8 @@ Generates the bode plot of the given frequency response data. It uses the
ggplot2 plotting engine
}
\examples{
-data(frf)
-frf <- spa(data) # Estimates the frequency response from data
-plot(frf)
+data(frd)
+plot(frd)
}
\seealso{