summary.foldert {dad} | R Documentation |
Summarize a foldert
Description
Summarize an object of class foldert
.
Usage
## S3 method for class 'foldert'
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 two attributes attr(, "times")
and attr(, "same.rows")
.
Author(s)
Rachid Boumaza, Pierre Santagostini, Smail Yousfi, Gilles Hunault, Sabine Demotes-Mainard
See Also
foldert
: object of class foldert
.
as.foldert.data.frame
: build an object of class foldert
from a data frame.
as.foldert.array
: build an object of class foldert
from a 3d
-array.
Examples
# 1st example
data(floribundity)
ftflor <- foldert(floribundity, cols.select = "union", rows.select = "union")
summary(ftflor)
[Package dad version 4.1.2 Index]