summary.folder {dad} | R Documentation |
Summarize a folder
Description
Summarize an object of class folder
.
Usage
## S3 method for class 'folder'
summary(object, ...)
Arguments
object |
object of class |
... |
further arguments passed to or from other methods. |
Value
A list, each element of it contains the summary of the corresponding element of object
.
This list has an attribute attr(, "same.rows")
.
Author(s)
Rachid Boumaza, Pierre Santagostini, Smail Yousfi, Gilles Hunault, Sabine Demotes-Mainard
See Also
folder
: object of class folder
.
as.folder.data.frame
: build an object of class folder
from a data frame.
Examples
data(iris)
iris.fold <- as.folder(iris, "Species")
summary(iris.fold)
[Package dad version 4.1.2 Index]