diff options
Diffstat (limited to 'R')
-rw-r--r-- | R/idframe.R | 5 |
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 #' |