summaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
Diffstat (limited to 'R')
-rw-r--r--R/idframe.R10
1 files changed, 0 insertions, 10 deletions
diff --git a/R/idframe.R b/R/idframe.R
index a4bebdd..2bdd4ce 100644
--- a/R/idframe.R
+++ b/R/idframe.R
@@ -130,16 +130,6 @@ index <- function(object){
}
}
-#' idframe-object summaries
-#'
-#' Generates a summary of objects inherting from class \code{idframe}
-#'
-#' @param object an object of class \code{idframe}
-#'
-#' @examples
-#' data(cstr)
-#' summary(cstr)
-#'
#' @export
summary.idframe <- function(object){
out_sum <- summary(object$output)