Learn R Programming

dad (version 4.1.6)

print.foldert: 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 foldert
print(x, ...)

Arguments

x

an object of class foldert.

...

optional arguments to print methods.

Author

Rachid Boumaza, Pierre Santagostini, Smail Yousfi, Gilles Hunault, Sabine Demotes-Mainard

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.

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
data(floribundity)

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

Run the code above in your browser using DataLab