From 24e91d335aa261a3759b2867aeff33c66d3275c3 Mon Sep 17 00:00:00 2001 From: Suraj Yerramilli Date: Mon, 16 May 2016 00:04:48 +0530 Subject: correcting documentation --- R/idframe.R | 5 ++--- man/plot.idfrd.Rd | 5 ++--- 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{ -- cgit