diff options
-rw-r--r-- | R/idframe.R | 10 | ||||
-rw-r--r-- | man/summary.idframe.Rd | 19 |
2 files changed, 0 insertions, 29 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) diff --git a/man/summary.idframe.Rd b/man/summary.idframe.Rd deleted file mode 100644 index dfa0841..0000000 --- a/man/summary.idframe.Rd +++ /dev/null @@ -1,19 +0,0 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand -% Please edit documentation in R/idframe.R -\name{summary.idframe} -\alias{summary.idframe} -\title{idframe-object summaries} -\usage{ -\method{summary}{idframe}(object) -} -\arguments{ -\item{object}{an object of class \code{idframe}} -} -\description{ -Generates a summary of objects inherting from class \code{idframe} -} -\examples{ -data(cstr) -summary(cstr) -} - |