print.foldert: Printing an object of class 'foldert'

View source: R/print.foldert.R

print.foldertR Documentation

Printing an object of class foldert

Description

print function, applied to an object of class "foldert", prints a foldert, as returned by foldert or as.foldert function.

Usage

## S3 method for class 'foldert'
print(x, ...)

Arguments

x

an object of class foldert.

...

optional arguments to print methods.

Details

The foldert is printed. In any data frame x[[t]] of this foldert, if a row is entirely NA (which means that the corresponding individual was not observed at time t), this row are not printed.

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

data(floribundity)

ft <- foldert(floribundity, cols.select = "union", rows.select = "union")
print(ft)

dad documentation built on Aug. 30, 2023, 5:06 p.m.