diff options
Diffstat (limited to 'R/idframe.R')
-rw-r--r-- | R/idframe.R | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/R/idframe.R b/R/idframe.R index da20fa2..96d3f63 100644 --- a/R/idframe.R +++ b/R/idframe.R @@ -171,6 +171,11 @@ idfrd <- function(response,freq,Ts){ return(out) } +#' Plotting idfrd objects +#' +#' Plot method for frequency resopnse data +#' +#' @param object An object of class \code{idframe} #' @export plot.idfrd <- function(object){ require(ggplot2);require(reshape2);require(signal) |