Learn R Programming

dad (version 4.1.6)

summary.foldert: Summarize a foldert

Description

Summarize an object of class foldert.

Usage

# S3 method for foldert
summary(object, ...)

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").

Arguments

object

object of class foldert that is a list of data frames organised according to time.

...

further arguments passed to or from other methods.

Author

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

Run this code
# 1st example
data(floribundity)
ftflor <- foldert(floribundity, cols.select = "union", rows.select = "union")
summary(ftflor)

Run the code above in your browser using DataLab