diff options
-rw-r--r-- | R/idframe.R | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/R/idframe.R b/R/idframe.R index 9976454..8a2db47 100644 --- a/R/idframe.R +++ b/R/idframe.R @@ -95,6 +95,10 @@ print.summary.idframe <- function(object,...){ print(object$in_sum) } +time.idframe <- function(data){ + time(data$output) +} + #' S3 class for storing frequency response data #' #' @param response complex vector/matrix containing the response |